Coverage report: /home/ellis/comp/core/lib/syn/tests/lang/pkg.lisp

KindCoveredAll%
expression03 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; pkg.lisp --- SYN/LANG Tests
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (in-package :syn/tests)
7
 
8
 (defpackage :syn/tests/lang
9
   (:use :cl :std :log :rt :syn))
10
 
11
 (in-package :syn/tests/lang)