| blib/lib/Array/Unique.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 80 | 1 | 75 | if (defined $length and $length < 0) |
| 86 | 3 | 73 | if (defined $offset and $offset < 0) |
| 90 | 7 | 69 | if (defined $offset and $offset > $self->FETCHSIZE) |
| 146 | 74 | 2 | if (defined $length) { } |
| 2 | 0 | elsif (defined $offset) { } |