Branch Coverage

blib/lib/CatalystX/Widget/Paginator.pm
Criterion Covered Total %
branch 23 24 95.8


line true false branch
159 6 33 if $self->page > $self->last
313 29 1 if $self->page_auto
316 25 5 unless $p
357 33 4 unless (shift())->resultset->{'attrs'}{'rows'}
489 37 444 if $self->page == $page
505 0 37 unless $self->pages
528 35 2 if $self->prefix
532 9 28 if $self->page > $self->first and $self->edges
540 1 35 if $self->delim and @head and $main[0] - $head[-1] > 1
548 33 3 if $self->delim and @tail and $tail[0] - $main[-1] > 1
556 34 3 if $self->page < $self->last and $self->edges
560 35 2 if $self->suffix