blib/lib/Math/Spiral.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
122 | 2 | 8 | if ($this->{'x'} >= $this->{'xmax'} and $this->{'xdir'}) { } |
1 | 7 | elsif ($this->{'x'} <= $this->{'xmin'} and $this->{'xdir'}) { } | |
1 | 6 | elsif ($this->{'y'} >= $this->{'ymax'} and $this->{'ydir'}) { } | |
1 | 5 | elsif ($this->{'y'} <= $this->{'ymin'} and $this->{'ydir'}) { } |