| blib/lib/Data/Page.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 24 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 17 | 37 | 40 | $total_entries || 0 |
| 18 | 40 | 37 | $entries_per_page || 10 |
| 19 | 38 | 38 | $current_page || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 1 | 1 | 184 | not defined $ep or ref $ep |
| 2 | 1 | 183 | not defined $ep or ref $ep or int $ep != $ep | |
| 39 | 2 | 1 | 188 | not defined $cp or ref $cp |
| 3 | 1 | 187 | not defined $cp or ref $cp or int $cp != $cp | |
| 53 | 1 | 1 | 114 | not defined $_[0] or ref $_[0] |
| 2 | 1 | 113 | not defined $_[0] or ref $_[0] or int $_[0] != $_[0] |