blib/lib/Math/PlanePath/PixelRings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 11 | 27.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
171 | 0 | 0 | 0 | $y2 == 0 and $x2 > 0 |
235 | 2999 | 0 | 1 | $x == 0 and $y == 0 |
line | l | !l | condition |
---|---|---|---|
99 | 0 | 3 | $self->{'offset'} ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
315 | 0 | 0 | 0 | $x1 < 0 ^ $x2 < 0 || $y1 < 0 ^ $y2 < 0 |