Condition Coverage

blib/lib/Benchmark/ProgressBar.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 defined $code and !ref($code) || ref $code eq 'CODE'
102 0 0 0 $t->real < 1 and $n < 1000

or 2 conditions

line l !l condition
39 0 0 $ProgressTitle || 'progress'

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 0 !ref($code) || ref $code eq 'CODE'
102 0 0 0 $n < $Benchmark::Min_Count or $t->real < 1 and $n < 1000
0 0 0 $n < $Benchmark::Min_Count or $t->real < 1 and $n < 1000 or $t->cpu_a < $Benchmark::Min_CPU