Coverage report: /Users/mohacker/src/yurrriq/land-of-lisp/src/pudding.lisp
Kind | Covered | All | % |
expression | 9 | 9 | 100.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
2
(defpackage lol.pudding
4
(:export pudding-eater))
5
(in-package :lol.pudding)
8
(defvar *arch-enemy* nil)
11
(defun pudding-eater (person)
13
((henry) (setf *arch-enemy* 'stupid-lisp-alien)
14
'(curse you lisp alien - you ate my pudding))
15
((johnny) (setf *arch-enemy* 'useless-old-johnny)
16
'(i hope you choked on my pudding johnny))
17
(otherwise '(why you eat my pudding stranger ?))))