Coverage report: /home/ellis/comp/core/lib/gui/client.lisp

KindCoveredAll%
expression03 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; gui/client.lisp --- GUI Client API
2
 
3
 ;; This package provides a high-level client protocol for
4
 ;; communication with a running GUI.
5
 
6
 ;;; Code:
7
 (in-package :gui/core)
8
 
9
 (defgeneric gui-client-p (obj)
10
   (:method ((obj t)) nil))