Coverage report: /home/ellis/comp/core/lib/organ/element/lesser/paragraph.lisp
Kind | Covered | All | % |
expression | 7 | 8 | 87.5 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; lib/organ/element/paragraph.lisp --- Org Paragraph
8
(define-org-element paragraph
9
((contents :initarg :contents :type vector :accessor org-contents))
12
(define-org-parser (paragraph :from string)
13
(let ((res (org-create :paragraph)))
14
(setf (org-contents res) input)