blib/lib/Math/Zap/Rectangle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
202 | 0 | 0 | 3 | $s->x >= 0 and $s->x < 1 |
0 | 1 | 2 | $s->x >= 0 and $s->x < 1 and $s->y >= 0 | |
1 | 0 | 2 | $s->x >= 0 and $s->x < 1 and $s->y >= 0 and $s->y < 1 | |
1 | 0 | 2 | $s->x >= 0 and $s->x < 1 and $s->y >= 0 and $s->y < 1 and $s->z >= 0 | |
0 | 0 | 2 | $s->x >= 0 and $s->x < 1 and $s->y >= 0 and $s->y < 1 and $s->z >= 0 and $s->z < 1 |