Branch Coverage

blib/lib/Class/DBI/Plugin/DeepAbstractSearchPager.pm
Criterion Covered Total %
branch 2 50 4.0


line true false branch
98 1 0 if UNIVERSAL::isa($caller, 'Class::DBI')
101 0 1 unless $caller
180 0 0 if $class eq 'Class::DBI::Plugin::DeepAbstractSearchPager'
192 0 0 unless @_
196 0 0 if (ref $_[0] or $_[0] =~ /^\d+$/) { }
198 0 0 if ref $_[0] eq 'HASH'
199 0 0 if ref $_[0] eq 'HASH'
200 0 0 unless $_[0] =~ /^\d+$/
201 0 0 if $_[0] and $_[0] =~ /^\d+$/
202 0 0 if $_[0] and $_[0] =~ /^\d+$/
217 0 0 if $abstract_attr and not $order_by
219 0 0 if $per_page
220 0 0 if $syntax
221 0 0 if $abstract_attr
222 0 0 if $where
223 0 0 if $order_by
224 0 0 if $page
272 0 0 if $self->entries_per_page < 1
274 0 0 unless defined $self->current_page
275 0 0 if $self->current_page < $self->first_page
276 0 0 if $self->current_page > $self->last_page
321 0 0 if (ref $syntax eq 'CODE')
327 0 0 $syntax =~ /::/ ? :
329 0 0 unless $format_class->require
390 0 0 if $not_supported{$driver}