Branch Coverage

blib/lib/Acme/FizzBuzz.pm
Criterion Covered Total %
branch 4 14 28.5


line true false branch
50 33 0 if (($INC{'Test/More.pm'} || '') ne '')
54 0 0 if (not $fizz_buzzz_counter % 3) { }
68 20 0 if (($INC{'Test/More.pm'} || '') ne '')
72 0 0 if (not $fizz_buzzz_counter % 5) { }
86 53 0 if (($INC{'Test/More.pm'} || '') ne '')
100 100 0 if (($INC{'Test/More.pm'} || '') ne '')
104 0 0 if ($fizz_buzzz_counter < 100) { }