| blib/lib/Class/DBI/Pageset.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 14 | 14.2 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 0 | 1 | if @_ |
| 38 | 0 | 1 | if $@ |
| 48 | 0 | 0 | ref $_[0] eq 'HASH' ? : |
| 60 | 0 | 0 | if (ref $self and $$self{'pkg'}->can($method)) { } |
| 0 | 0 | elsif ($PAGER_IMPLEMENTATION->can($method)) { } | |
| 62 | 0 | 0 | unless UNIVERSAL::isa($iter, 'Class::DBI::Iterator') |
| 71 | 0 | 0 | unless $$self{'pager'} |