Coverage report: /home/ellis/comp/core/lib/organ/element/greater/item.lisp

KindCoveredAll%
expression01 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; lib/organ/element/greater/item.lisp --- Org Item Elements
2
 
3
 ;; Items match the pattern: 'BULLET COUNTER-SET CHECK-BOX TAG CONTENTS'
4
 
5
 ;; examples
6
 #|
7
 - item
8
 3. [@3] set to three
9
 + [-] tag :: item contents
10
  * item, note whitespace in front
11
 * not an item, but heading - heading takes precedence
12
 |#
13
 
14
 ;;; Code:
15
 (in-package :organ)