Coverage report: /home/ellis/comp/core/lib/organ/element/lesser/diary-sexp.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/diary-sexp.lisp --- Org Diary Sexp Element
2
 
3
 ;; Diary sexps are unindented lines that match the pattern: '%%SEXP'.
4
 
5
 ;;; Code:
6
 (in-package :organ)
7
 
8
 (define-org-element diary-sexp (sexp) :lesser t)