Coverage report: /home/ellis/comp/core/lib/organ/object/inline-babel-call.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/object/inline-babel-call.lisp --- Org Inline Babel Call Object
3
;; Inline babel calls match the following patterns:
7
call_NAME[HEADER1](ARGUMENTS)
8
call_NAME(ARGUMENTS)[HEADER2]
9
call_NAME[HEADER1](ARGUMENTS)[HEADER2]
15
(define-org-object inline-babel-call (name header1 arguments header2))