Branch Coverage

blib/lib/Math/NumSeq/Odd.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
70 15 23 if ($value == $int and $int % 2 == 1)
78 17 49 if (($value -= 1) < 0) { }
80 14 3 if (2 * $i > $value) { }
93 23 54 if (2 * $i < $value) { }