Condition Coverage

blib/lib/Math/Spiral.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
122 6 2 2 $this->{'x'} >= $this->{'xmax'} and $this->{'xdir'}
5 3 0 $this->{'x'} <= $this->{'xmin'} and $this->{'xdir'}
5 2 0 $this->{'y'} >= $this->{'ymax'} and $this->{'ydir'}
3 3 0 $this->{'y'} <= $this->{'ymin'} and $this->{'ydir'}