Coverage report: /home/ellis/comp/core/lib/doc/err.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/doc/err.lisp --- Doc Errors
2
 
3
 ;; Error conditions for documentation
4
 
5
 ;; We build most of our docs offline so we can be a bit more noisy
6
 ;; with our handling.
7
 
8
 ;;; Code:
9
 (in-package :doc)
10
 
11
 (deferror doc-error () ())