Coverage report: /home/ellis/comp/core/lib/organ/element/lesser/comment.lisp

KindCoveredAll%
expression02 0.0
branch00nil
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
2
 
3
 ;; This file covers 'comment lines' which are simply any line starting
4
 ;; with a hash char '#'.
5
 
6
 ;;; Code:
7
 (in-package :organ)
8
 
9
 (define-org-element comment 
10
     ((contents :accessor contents :initarg :contents :type string))
11
   :lesser t)