Coverage report: /home/ellis/comp/core/app/krypt/condition.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
;;; krypt/condition.lisp --- Krypt Conditions
8
(define-condition krypt-condition ()
10
(:documentation "Condition signaled in the KRYPT package."))
12
(define-condition krypt-error (error krypt-condition)
14
(:documentation "Error signaled from the KRYPT package."))
16
(deferror simple-krypt-error (krypt-error simple-error) () (:auto t))