blib/lib/DBIx/MoCo/Pageset.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 28 | 7.1 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 1 | if @_ |
21 | 0 | 1 | if $@ |
31 | 0 | 0 | ref $_[0] eq 'HASH' ? : |
43 | 0 | 0 | if (ref $self and $$self{'pkg'}->can($method)) { } |
0 | 0 | elsif ($PAGER_IMPLEMENTATION->can($method)) { } | |
45 | 0 | 0 | if ($_[1]) { } |
0 | 0 | elsif ($_[0]) { } | |
52 | 0 | 0 | $$pager_opts{'current_page'} ? : |
54 | 0 | 0 | $$pager_opts{'entries_per_page'} ? : |
56 | 0 | 0 | ref $where eq 'HASH' ? : |
61 | 0 | 0 | if (ref $where eq 'HASH') |
62 | 0 | 0 | if ($offset) |
68 | 0 | 0 | $where ? : |
71 | 0 | 0 | unless $$self{'pager'} |