Coverage report: /home/ellis/comp/core/lib/organ/object/citation.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
;; This file covers citations and citation references.
3
;; Citations match the following patterns:
6
[cite CITESTYLE: REFERENCES]
7
[cite CITESTYLE: GLOBALPREFIX;REFERENCES]
8
[cite CITESTYLE: REFERENCES;GLOBALSUFFIX]
9
[cite CITESTYLE: GLOBALPREFIX;REFERENCES;GLOBALSUFFIX]
16
[cite/t: see;@source1;@source2;by Smith /et al./]
18
;; Citation references match the following patterns:
20
;; KEYPREFIX @KEY KEYSUFFIX
25
(define-org-object citation (style pfx refs sfx))
27
(define-org-object citation-reference (pfx key sfx))