Branch Coverage

blib/lib/Math/PlanePath/QuadricIslands.pm
Criterion Covered Total %
branch 6 26 23.0


line true false branch
118 0 14 if ($n < 1)
119 0 14 if (is_infinite($n))
149 7 7 if ($side < 1) { }
0 7 elsif ($side < 2) { }
0 7 elsif ($side < 3) { }
204 0 0 if ($x >= -1 and $x < 1 and $y >= -1 and $y < 1)
222 0 0 if ($x >= $y + ($y > 0)) { }
225 0 0 if ($x < -$y) { }
235 0 0 if ($y > -$x) { }
287 0 0 if (is_infinite($level))
308 0 0 if (defined $n) { }
388 0 0 if ($n < 1)
389 0 0 if (is_infinite($n))