| blib/lib/EPL2/Command/A.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 34 | 3 | 0 | 0 | not $self->rotation or $self->rotation == 2 |
| 41 | 3 | 0 | 0 | not $self->rotation or $self->rotation == 2 |
| 79 | 2 | 0 | 0 | not $args{'rotation'} or $args{'rotation'} == 2 |