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

KindCoveredAll%
expression02 0.0
branch00nil
Key
Not instrumented
Conditionalized out
Executed
Not executed
 
Both branches taken
One branch taken
Neither branch taken
1
 ;;; lib/pod/obj/pod.lisp --- Pod objects
2
 
3
 ;; Pods are a fairly loose construct in Podman - in short, a group of
4
 ;; containers.
5
 
6
 ;;; Code:
7
 (in-package :pod)
8
 
9
 (defclass live-pod (id) 
10
   (cgroup-parent cgroup-path containers create-cgroup create-command create-infra created hostname
11
    infra-config infra-container-id labels name namespace num-containers shared-namespaces state))