Coverage report: /home/ellis/comp/core/lib/doc/reprex.lisp
Kind | Covered | All | % |
expression | 0 | 6 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; reprex.lisp --- Reproducible Examples
3
;; Reproducible Examples API
7
;; ref: https://reprex.tidyverse.org/
11
(defvar *reprex-format*)
13
(defgeneric print-reprex (forms &optional stream))
15
(defgeneric format-reprex (formatter forms &optional stream))
17
(defmacro reprex (&body body)
18
"Produce a 'reproducible example' from the forms in BODY."