| blib/lib/Paginator/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 2 | 12 | if $self->{'curr'} > $self->{'last'} |
| 74 | 2 | 12 | $self->{'curr'} == $self->{'first'} ? : |
| 79 | 3 | 11 | $self->{'curr'} == $self->{'last'} ? : |
| 81 | 13 | 1 | if ($self->frame_size > 0) { } |
| 85 | 3 | 10 | if $self->{'begin'} < $self->{'first'} |
| 88 | 2 | 11 | if $self->{'end'} > $self->{'last'} |
| 108 | 6 | 6 | if ($self->mode eq 'path') { } |
| 124 | 5 | 9 | $floor == $val ? : |