| blib/lib/Math/PlanePath/KochSquareflakes.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 14 | 92.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 237 | 420 | 220 | 240 | 4 * $x < 3 and 4 * $y < 3 |
| 640 | 220 | 20 | 4 * $x < 3 and 4 * $y < 3 and 4 * $x >= -3 | |
| 440 | 20 | 0 | 4 * $x < 3 and 4 * $y < 3 and 4 * $x >= -3 and 4 * $y >= -3 | |
| 388 | 368 | 352 | 160 | $x == 0 and $y == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 157 | 237 | 149 | $digits[$i] || 0 |