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