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

KindCoveredAll%
expression02 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; lib/dat/condition.lisp --- DAT Conditions
2
 
3
 ;; Conditions signaled from the DAT system
4
 
5
 ;;; Code:
6
 (in-package :dat/proto)
7
 
8
 (define-condition dat-error (std-error) ())