blib/lib/Data/Pagination.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
35 | 0 | 0 | if ($$self{'current_page'} < 1) { } |
0 | 0 | elsif ($$self{'current_page'} > $$self{'total_pages'}) { } | |
43 | 0 | 0 | if ($$self{'prev_page'} < 1) |
49 | 0 | 0 | if ($$self{'next_page'} > $$self{'total_pages'}) |
58 | 0 | 0 | if ($$self{'end_of_set'} > $$self{'total_pages'}) |
70 | 0 | 0 | if ($$self{'page_of_prev_set'} < 1) |
76 | 0 | 0 | if ($$self{'page_of_next_set'} > $$self{'total_pages'}) |
85 | 0 | 0 | if ($$self{'end_of_slice'} > $$self{'total_entries'} - 1) |