blib/lib/Class/DBI/Plugin/DeepAbstractSearchPager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 35 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
201 | 0 | 0 | 0 | $_[0] and $_[0] =~ /^\d+$/ |
202 | 0 | 0 | 0 | $_[0] and $_[0] =~ /^\d+$/ |
217 | 0 | 0 | 0 | $abstract_attr and not $order_by |
line | l | !l | condition |
---|---|---|---|
244 | 0 | 0 | $self->order_by || [$cdbi->primary_columns] |
266 | 0 | 0 | $self->page || 1 |
319 | 0 | 0 | $syntax ||= 'LimitOffset' |
393 | 0 | 0 | $supported{$driver} || 'LimitOffset' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
196 | 0 | 0 | 0 | ref $_[0] or $_[0] =~ /^\d+$/ |
247 | 0 | 0 | 0 | $self->_syntax || $self->set_syntax |
262 | 0 | 0 | 0 | $self->where || croak('must set a query before retrieving results') |
263 | 0 | 0 | 0 | $self->per_page || croak('no. of entries per page not specified') |
318 | 0 | 0 | 0 | $syntax ||= $proto->can('make_limit') |
331 | 0 | 0 | 0 | $format_class->can('make_limit') || croak("no make_limit method in $format_class") |