Coverage report: /home/ellis/comp/core/app/packy/cfg.lisp
Kind | Covered | All | % |
expression | 0 | 5 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; cfg.lisp --- Packy Configuration
8
(defconfig packy-config (ast)
9
((path :initarg :path :accessor path)))
11
(defconfig packy-user-config (packy-config) ())
13
(defmethod make-config ((self (eql :packy)) &key ast path)
14
(make-instance 'packy-user-config :ast ast :path path))