Condition Coverage

blib/lib/Math/PlanePath/PeanoCurve.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
349 1 0 4 $c + $digit * $power <= $c2 && $c + ($digit + 1) * $power > $c1

or 2 conditions

line l !l condition
194 0 4 $ndigits[-1] ||= 0
281 0 0 $y[$i] || 0
289 0 0 $x[$i] || 0

or 3 conditions

line l !l&&r !l&&!r condition
148 6 0 1 not $self->{'radix'} or $self->{'radix'} < 2
255 0 0 1 $x < 0 or $y < 0
312 0 0 1 $x2 < 0 or $y2 < 0