Coverage report: /home/ellis/comp/core/lib/organ/object/link.lisp
Kind | Covered | All | % |
expression | 0 | 3 | 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/object/link.lisp --- Org Link Objects
3
;; Org links come in the following subtypes:
5
;; radio : PRE RADIO POST
7
;; plain : PRE PROTOCOL:PATHPLAIN POST
9
;; angle : <PROTOCOL:PATHANGLE>
11
;; regular : [[PATHREG]] or [[PATHREG][DESCRIPTION]]
16
(define-org-object link ())
18
(define-org-parser (link :from string)