Coverage report: /home/ellis/comp/core/lib/math/proto.lisp

KindCoveredAll%
expression24 50.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; proto.lisp --- Math Core Protocols
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (in-package :math/proto)
7
 
8
 (define-condition math-condition () ())
9
 (deferror math-error (math-condition error) () (:auto t))
10
 (defwarning math-warning (math-condition warning) () (:auto t))