Coverage report: /home/ellis/comp/core/lib/pod/obj/image.lisp
Kind | Covered | All | % |
expression | 0 | 4 | 0.0 |
branch | 0 | 0 | nil |
Key
Not instrumented
Conditionalized out
Executed
Not executed
Both branches taken
One branch taken
Neither branch taken
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))
8
(defclass build-image (id)
9
(type fromimage fromimagedigest groupadd config manifest container containerid
10
mountpoint processlabel mountlabel imageannotations imagecreatedby))
12
(defclass build-image-item (id)
13
(names digest created size readonly history))