Branch Coverage

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


line true false branch
141 68 3 if ($self->total_entries) { }
151 1517 41 $self->total_entries ? :
158 380 6 if ($self->total_entries) { }
168 121 90 if ($self->current_page == $self->last_page) { }
180 30 41 $page > $self->first_page ? :
189 30 41 $page < $self->last_page ? :
199 68 4 $last ? :
205 68 3 $self->total_entries ? :
242 29 17 if $first <= $_
250 1 1 $page < $self->first_page ? :
258 0 2 $page > $self->last_page ? :