Condition Coverage

blib/lib/Math/PlanePath/WythoffArray.pm
Criterion Covered Total %
condition 4 16 25.0


and 3 conditions

line !l l&&!r l&&r condition
111 0 0 0 round_nearest($x) >= $self->{'x_start'} && round_nearest($y) >= $self->{'y_start'}

or 2 conditions

line l !l condition
103 1 2 $self->{'x_start'} ||= 0
104 1 2 $self->{'y_start'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
134 0 0 0 is_infinite($n) or $n == 0
210 0 0 0 $x < 0 or $y < 0
282 0 0 0 $x2 < $self->{'x_start'} or $y2 < $self->{'y_start'}