Condition Coverage

blib/lib/Math/PlanePath/Staircase.pm
Criterion Covered Total %
condition 1 12 8.3


and 3 conditions

line !l l&&!r l&&r condition
154 0 0 0 ($x1 ^ $y1) & 1 and $y1 < $y2
158 0 0 0 not +($x2 ^ $y2) & 1 and $y2 > $y_min

or 3 conditions

line l !l&&r !l&&!r condition
127 0 0 15 $x < 0 or $y < 0
146 0 0 0 $x2 < 0 or $y2 < 0