Condition Coverage

blib/lib/Math/PlanePath/DragonMidpoint.pm
Criterion Covered Total %
condition 14 26 53.8


and 3 conditions

line !l l&&!r l&&r condition
257 125 61 78 not $rot & 1 and $above_low_zero

or 2 conditions

line l !l condition
125 12 3 $self->{'arms'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
311 1389 1817 1090 $x < -1 or $x > 0
3206 295 795 $x < -1 or $x > 0 or $y < 0
2112 276 519 $x < -1 or $x > 0 or $y < 0 or $y > 1
351 0 0 0 $self->{'arms'} >= 4 || _xy_to_arm($x, $y) < $self->{'arms'}
366 0 0 0 $x < -1 or $x > 0
0 0 0 $x < -1 or $x > 0 or $y < 0
0 0 0 $x < -1 or $x > 0 or $y < 0 or $y > 1