Branch Coverage

blib/lib/Benchmark/ProgressBar.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
28 0 0 if $n < 0
29 0 0 unless defined $c
36 0 0 if $pack ne $curpack
41 0 0 if (ref $c eq 'CODE') { }
53 0 0 if $@
54 0 0 if $Benchmark::Debug
78 0 0 unless defined $code and !ref($code) || ref $code eq 'CODE'
82 0 0 if ($n > 0) { }
83 0 0 if int $n < $n
85 0 0 unless defined $title
89 0 0 unless defined $title
93 0 0 unless defined $style
94 0 0 unless $style eq 'none'
95 0 0 unless $style eq 'none'
97 0 0 if defined $forn
102 0 0 if $n < $Benchmark::Min_Count or $t->real < 1 and $n < 1000 or $t->cpu_a < $Benchmark::Min_CPU