Coverage report: /home/ellis/comp/core/lib/organ/object/entity.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/organ/object/entity.lisp --- Org Entity Object
2
 
3
 ;; Entities match the following patterns:
4
 
5
 #|
6
 \NAME POST
7
 \NAME{}
8
 \_SPACES
9
 |#
10
 
11
 ;;; Code:
12
 (in-package :organ)
13
 
14
 (define-org-object entity (name))