Branch Coverage

blib/lib/Data/Pageset/Exponential.pm
Criterion Covered Total %
branch 21 22 95.4


line true false branch
147 68 3 if ($self->total_entries) { }
158 1517 41 $self->total_entries ? :
166 380 6 if ($self->total_entries) { }
177 121 90 if ($self->current_page == $self->last_page) { }
190 30 41 $page > $self->first_page ? :
200 30 41 $page < $self->last_page ? :
212 68 4 $last ? :
219 68 3 $self->total_entries ? :
261 29 17 if $first <= $_
271 1 1 $page < $self->first_page ? :
281 0 2 $page > $self->last_page ? :