Branch Coverage

blib/lib/Bench.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
34 0 0 $num ? :
35 0 0 if ($l >= $nsig) { }
0 0 elsif ($l < 0) { }
49 0 0 if ref $opts ne 'HASH'
53 0 0 if (ref $subs0 eq 'CODE') { }
0 0 elsif (ref $subs0 eq 'HASH') { }
0 0 elsif (ref $subs0 eq 'ARRAY') { }
64 0 0 unless keys %subs
68 0 0 if ($$opts{'dumbbench'}) { }
0 0 elsif (not defined $$opts{'dumbbench'}) { }
72 0 0 if $INC{'Dumbbench.pm'}
76 0 0 if ($use_dumbbench) { }
100 0 1 unless $bench_called or $ENV{'HARNESS_ACTIVE'}