| blib/lib/Games/Go/AGA/DataObjects/Directives.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 12 | 16.6 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | $idx < 0 or $idx >= @{$self->{'keys'};} |
| 85 | 0 | 0 | 0 | $idx < 0 or $idx >= @{$self->{'keys'};} |
| 124 | 0 | 5 | 0 | not defined $idx or $idx < 0 |
| 5 | 0 | 0 | not defined $idx or $idx < 0 or $idx >= @{$self->{'keys'};} |