| blib/lib/TableDataRole/Source/AOA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 18 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 3 | 0 | 0 | $index < 0 and -$index > @{$self->{'aoa'};} |
| 0 | 3 | 0 | $index >= 0 and $index >= @{$self->{'aoa'};} | |
| 96 | 0 | 0 | 0 | $index < 0 and -$index > @{$self->{'aoa'};} |
| 0 | 0 | 0 | $index >= 0 and $index >= @{$self->{'aoa'};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 81 | 0 | 0 | 3 | $index < 0 and -$index > @{$self->{'aoa'};} or $index >= 0 and $index >= @{$self->{'aoa'};} |
| 96 | 0 | 0 | 0 | $index < 0 and -$index > @{$self->{'aoa'};} or $index >= 0 and $index >= @{$self->{'aoa'};} |