Coverage report: /home/ellis/comp/core/lib/organ/object/table-cell.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/table.cell.lisp --- Org Table Cell Object
2
 
3
 ;; Table cells match the pattern:
4
 
5
 ;; CONTENTS SPACES| or CONTENTS SPACES EOL
6
 
7
 ;; CONTENTS matches the minimal-set of objects.
8
 
9
 ;;; Code:
10
 (in-package :organ)
11
 
12
 (define-org-object table-cell (contents))