blib/lib/Math/PlanePath/DragonMidpoint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 26 | 53.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
257 | 138 | 75 | 51 | not $rot & 1 and $above_low_zero |
line | l | !l | condition |
---|---|---|---|
125 | 12 | 3 | $self->{'arms'} || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
311 | 1342 | 1755 | 1024 | $x < -1 or $x > 0 |
3097 | 268 | 756 | $x < -1 or $x > 0 or $y < 0 | |
2023 | 250 | 506 | $x < -1 or $x > 0 or $y < 0 or $y > 1 | |
351 | 0 | 0 | 0 | $self->{'arms'} >= 4 || _xy_to_arm($x, $y) < $self->{'arms'} |
366 | 0 | 0 | 0 | $x < -1 or $x > 0 |
0 | 0 | 0 | $x < -1 or $x > 0 or $y < 0 | |
0 | 0 | 0 | $x < -1 or $x > 0 or $y < 0 or $y > 1 |