Coverage report: /home/ellis/comp/core/lib/cli/tests/shell.lisp

KindCoveredAll%
expression04 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; shell.lisp --- Shell Reader Tests
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (in-package :cli/tests)
7
 (in-suite :cli)
8
 (in-readtable :shell)
9
 (deftest shell-reader ()
10
   ;; can't dump functions
11
   ;; (is #$ls #,*default-pathname-defaults* $#)
12
 )