| blib/lib/Math/Spiral.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 169 | 6 | 2 | 2 | $this->{'x'} >= $this->{'xmax'} and $this->{'xdir'} |
| 4 | 4 | 0 | $this->{'y'} <= $this->{'ymin'} and $this->{'ydir'} | |
| 4 | 2 | 0 | $this->{'x'} <= $this->{'xmin'} and $this->{'xdir'} | |
| 3 | 2 | 0 | $this->{'y'} >= $this->{'ymax'} and $this->{'ydir'} | |
| 173 | 2 | 0 | 0 | $this->{'aspect'} > 1 and $this->{'ymin'} |
| 0 | 0 | 0 | $this->{'aspect'} > 1 and $this->{'ymin'} and $aspect < $this->{'aspect'} | |
| 201 | 1 | 0 | 0 | $this->{'aspect'} < 1 and $aspect > $this->{'aspect'} |