Coverage report: /home/ellis/comp/core/lib/pod/obj/image.lisp

KindCoveredAll%
expression04 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 (in-package :pod)
2
 
3
 (defclass live-image (id) 
4
   (annotations architecture author comment config created digest graph-driver 
5
    healthcheck history labels manifest-type names-history os parent repo-digests 
6
    repo-tags root-fs size user version virtual-size))
7
 
8
 (defclass build-image (id)
9
   (type fromimage fromimagedigest groupadd config manifest container containerid 
10
    mountpoint processlabel mountlabel imageannotations imagecreatedby))
11
 
12
 (defclass build-image-item (id)
13
   (names digest created size readonly history))