Condition Coverage

blib/lib/Math/PlanePath/HypotOctant.pm
Criterion Covered Total %
condition 2 14 14.2


and 3 conditions

line !l l&&!r l&&r condition
272 0 0 0 $x == $n_to_x->[$n] and $y == $n_to_y->[$n]

or 2 conditions

line l !l condition
118 4 2 $self->{'points'} ||= 'all'

or 3 conditions

line l !l&&r !l&&!r condition
257 0 0 0 $x < 0 or $y < 0
0 0 0 $x < 0 or $y < 0 or $y > $x
295 0 0 0 $x2 < 0 or $y2 < 0