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

KindCoveredAll%
expression03 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; proto.lisp --- SK-NET Protocols
2
 
3
 ;; 
4
 
5
 ;;; Code:
6
 (in-package :skel/net/core)
7
 
8
 (defclass skel-request (request) ())
9
 (defclass skel-response (response) ())