Branch Coverage

blib/lib/Perf/Stopwatch.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
33 1 2 if ($$obj{'type'} eq 'normal') { }
1 1 elsif ($$obj{'type'} eq 'lap') { }
1 0 elsif ($$obj{'type'} eq 'burst') { }
40 1 2 if $$obj{'type'} == 1
53 100 1 if ($$self{'type'} == 2) { }
0 1 elsif ($$self{'type'} == 1) { }
1 0 elsif ($$self{'type'} == 0) { }
76 1 2 if ($$self{'type'} == 1)