| blib/lib/Acme/Array/MaxSize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 4 | 25 | if ($index > $self->$last_index) |
| 42 | 1 | 5 | if ($count > $max_size{$self}) |
| 51 | 0 | 15 | if ($offset > $max_size{$self}) |
| 56 | 2 | 13 | if ($offset + $length > $max_size{$self}) |
| 62 | 13 | 2 | if ($asked > $max_size{$self}) |
| 64 | 4 | 9 | if ($offset == 0) { } |