Coverage report: /home/ellis/comp/core/lib/math/pkg.lisp
Kind | Covered | All | % |
expression | 0 | 4 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; math/pkg.lisp --- Core Math Packages
6
(defpackage :math/proto
8
(:export :math-error :math-warning))
11
(:use :std-lisp :math/proto)
16
(defpackage :math/auto
17
(:use :std-lisp :math/proto)
18
(:export :life :cellular-automata :*rule-patterns*))
22
(:use-reexport :math/proto :math/sfc :math/auto))