Coverage report: /home/ellis/comp/core/app/skel/infer.lisp

KindCoveredAll%
expression04 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; infer.lisp --- Inferred Projects
2
 
3
 ;; Infer the type of a project directory based on the contents
4
 
5
 ;;; Commentary:
6
 
7
 ;; 
8
 
9
 ;;; Code:
10
 (in-package :skel/infer)
11
 
12
 (defclass sk-inference-engine (engine skel) ())
13
 (defclass sk-inference-service (sk-service) ())
14
 (defclass sk-inferred-project (sk-project) ())