Branch Coverage

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


line true false branch
72 15 23 if ($value == $int and $int % 2 == 0)
80 14 52 if ($value < 0) { }
82 3 11 if (2 * $i == $value) { }
94 24 52 if (2 * $i < $value) { }