Condition Coverage

bin/slurm-load
Criterion Covered Total %
condition 30 54 55.5


and 3 conditions

line !l l&&!r l&&r condition
61 0 0 5 defined $partition and defined $nodes
0 0 5 defined $partition and defined $nodes and defined $state
88 0 0 3 defined $partition and defined $state
0 0 3 defined $partition and defined $state and defined $nodes
258 0 0 2 $? == 0 && $path =~ /\S/u

or 2 conditions

line l !l condition
122 2 0 $partitions->{$partition} || {}
123 2 0 $jobs->{$partition} || {}
125 2 0 $node->{'total'} || 0
126 1 1 $node->{'down'} || 0
127 2 0 $node->{'idle'} || 0
128 1 1 $node->{'mix'} || 0
129 1 1 $node->{'alloc'} || 0
131 2 0 $job->{'jobs_running'} || 0
132 1 1 $job->{'jobs_pending'} || 0
133 2 0 $job->{'nodes_running'} || 0
134 1 1 $job->{'nodes_pending'} || 0
186 5 0 $row->{'total'} || 0
187 3 2 $row->{'down'} || 0
190 3 2 $row->{'mix'} || 0
3 2 $row->{'alloc'} || 0
196 5 0 $state // ""
208 3 0 $state // ""
227 0 0 $row->[$i] // ""

or 3 conditions

line l !l&&r !l&&!r condition
228 0 0 0 not defined $widths[$i] or $len > $widths[$i]