blib/lib/Math/PlanePath/KochSnowflakes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 14 | 78.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
291 | 4 | 0 | 9 | $y6 >= 1 and $y6 < 7 |
297 | 7 | 0 | 24 | $y6 >= -5 and $y6 < 1 |
312 | 10 | 3 | 3 | $x > 0 and $x >= -3 * $y |
3 | 7 | 3 | $x <= 0 and 3 * $y > $x |
line | l | !l | condition |
---|---|---|---|
131 | 0 | 4 | $self->{'sides'} ||= 3 |