Coverage report: /home/ellis/comp/core/lib/organ/element/lesser/clock.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/clock.lisp --- Org Clock Element
2
 
3
 ;; Clock elements match the following:
4
 
5
 #|
6
 clock: INACTIVE-TIMESTAMP
7
 clock: INACTIVE-TIMESTAMP-RANGE DURATION
8
 |#
9
 
10
 ;; DURATION matches '=> HH:MM' where HH is +inf and MM is 2 digits
11
 ;; (realistically 0-59).
12
 
13
 ;;; Code:
14
 (in-package :organ)
15
 
16
 (define-org-element clock (timestamp duration) :lesser t)