Condition Coverage

blib/lib/Math/PlanePath/QuadricCurve.pm
Criterion Covered Total %
condition 6 11 54.5


or 2 conditions

line l !l condition
148 5352 1 $x + abs($y) || 1

or 3 conditions

line l !l&&r !l&&!r condition
157 773 0 50883 $x == 0 && $y == 0 || $y <= $x && $y > -$x && $y < $len - $x && $y >= $x - $len
226 0 0 601 $x != 0 or $y != 0
282 0 0 998 $n < 1 or is_infinite($n)