blib/lib/Math/Shape/Rectangle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
163 | 3 | 1 | 6 | $left <= $$other_obj{'x'} && $bottom <= $$other_obj{'y'} && $$other_obj{'x'} <= $right && $$other_obj{'y'} <= $top |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
187 | 12 | 0 | 12 | $dp1 * $dp2 <= 0 || $dp2 * $dp3 <= 0 || $dp3 * $dp4 <= 0 |