Condition Coverage

lib/Class/DBI/Lite/Pager.pm
Criterion Covered Total %
condition 10 18 55.5


and 3 conditions

line !l l&&!r l&&r condition
184 1 0 2 $start == 1 and $stop < $s->total_pages
0 0 1 $stop == $s->total_pages and $start > 1
186 2 0 10 $stop - $start < $padding * 2 and $stop < $s->total_pages
193 1 0 5 $stop - $start < $padding * 2 and $start > 1

or 2 conditions

line l !l condition
123 10 0 $s->{'order_by'} || undef
158 10 0 $s->{'order_by'} || undef
170 3 0 $padding ||= 5