Condition Coverage

blib/lib/Sys/Statistics/Linux/SysInfo.pm
Criterion Covered Total %
condition 8 19 42.1


and 3 conditions

line !l l&&!r l&&r condition
272 0 0 2 $s >= 86400 and $d = sprintf('%i', $s / 86400)
273 1 0 1 $s >= 3600 and $h = sprintf('%i', $s / 3600)
274 0 0 2 $s >= 60 and $m = sprintf('%i', $s / 60)

or 2 conditions

line l !l condition
222 1 0 $$stats{'countcpus'} ||= 1
247 1 0 $$stats{'interfaces'} ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
224 1 0 0 scalar keys %cpu || $$stats{'countcpus'}
261 0 0 1 $RAWTIME || $$self{'rawtime'}