Coverage report: /home/ellis/comp/core/lib/gui/condition.lisp

KindCoveredAll%
expression04 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 (in-package :gui/core)
2
 
3
 (define-condition gui-condition () ())
4
 
5
 (deferror gui-error (gui-condition) () (:auto t))
6
 (defwarning gui-warning (gui-condition) () (:auto t))