Coverage report: /home/ellis/comp/core/lib/organ/element/lesser/comment.lisp
Kind | Covered | All | % |
expression | 0 | 2 | 0.0 |
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/lesser/comment.lisp --- Org Comment Element
3
;; This file covers 'comment lines' which are simply any line starting
4
;; with a hash char '#'.
9
(define-org-element comment
10
((contents :accessor contents :initarg :contents :type string))