Coverage report: /home/ellis/comp/core/lib/organ/object/link.lisp

KindCoveredAll%
expression03 0.0
branch00nil
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
2
 
3
 ;; Org links come in the following subtypes: 
4
 
5
 ;; radio : PRE RADIO POST
6
 
7
 ;; plain : PRE PROTOCOL:PATHPLAIN POST
8
 
9
 ;; angle : <PROTOCOL:PATHANGLE>
10
 
11
 ;; regular : [[PATHREG]] or [[PATHREG][DESCRIPTION]]
12
 
13
 ;;; Code:
14
 (in-package :organ)
15
 
16
 (define-org-object link ())
17
 
18
 (define-org-parser (link :from string)
19
   )