Coverage report: /home/ellis/comp/core/app/skel/infer.lisp
Kind | Covered | All | % |
expression | 0 | 4 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
1
;;; infer.lisp --- Inferred Projects
3
;; Infer the type of a project directory based on the contents
10
(in-package :skel/infer)
12
(defclass sk-inference-engine (engine skel) ())
13
(defclass sk-inference-service (sk-service) ())
14
(defclass sk-inferred-project (sk-project) ())