Condition Coverage

blib/lib/Math/Shape/Point.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
118 15 5 1 $self->get_location->[0] == $p->get_location->[0] and $self->get_location->[1] == $p->get_location->[1]
141 0 14 6 $angle > -0.78539816339744828 and $angle <= 0.78539816339744828
0 9 5 $angle > 0.78539816339744828 and $angle <= 2.3561944901923448
0 5 4 $angle > 2.3561944901923448 and $angle <= 3.9269908169872414
175 420 20 1 $$self{'x'} == $x and $$self{'y'} == $y