Coverage report: /home/ati/workspace/perec/query/copy.lisp

KindCoveredAll%
expression22100.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;; -*- mode: Lisp; Syntax: Common-Lisp; -*-
2
 ;;;
3
 ;;; Copyright (c) 2006 by the authors.
4
 ;;;
5
 ;;; See LICENCE for details.
6
 
7
 (in-package :cl-perec)
8
 
9
 (define-copy-protocol copy-query)
10
 
11
 (define-copy-method (copy-one copy-query) ((thing t) htable)
12
   thing)
13