Branch Coverage

blib/lib/Math/PlanePath/KochSnowflakes.pm
Criterion Covered Total %
branch 35 56 62.5


line true false branch
171 0 18 if ($n < 1)
172 0 18 if (is_infinite($n))
175 0 18 $sides == 6 ? :
177 0 18 $sides == 6 ? :
200 18 0 if ($sides == 3) { }
202 12 6 if ($side < 1) { }
0 6 elsif ($side < 2) { }
231 0 0 if ($side >= 3)
237 0 0 if ($side >= 2)
242 0 0 if ($side >= 1)
288 44 14 if (abs $x <= 1)
289 13 31 if ($x == 0) { }
291 9 4 if ($y6 >= 1 and $y6 < 7)
297 24 7 if ($y6 >= -5 and $y6 < 1)
299 6 18 $y6 < -3 ? :
306 9 16 if ($x % 2 != $y % 2)
312 3 13 if ($x > 0 and $x >= -3 * $y) { }
3 10 elsif ($x <= 0 and 3 * $y > $x) { }
329 0 16 if ($y <= 0)
337 0 16 if (is_infinite($level))
346 3 13 if ($x + $y >= $len)
358 10 3 if (defined $n) { }
382 5 6 if $x1 > $x2
383 7 4 if $y1 > $y2
408 0 11 $sides == 6 ? :
436 0 0 if ($n < 1)
437 0 0 if (is_infinite($n))
439 0 0 $self->{'sides'} == 6 ? :