Condition Coverage

blib/lib/Tags/HTML/Pager.pm
Criterion Covered Total %
condition 12 21 57.1


and 3 conditions

line !l l&&!r l&&r condition
88 1 0 2 not $self->{'flag_paginator'} and $self->{'flag_prev_next'}
0 1 1 not $self->{'flag_paginator'} and $self->{'flag_prev_next'} and $pages_hr->{'pages_num'} == 1
107 1 0 0 $pages_hr->{'actual_page'} > 4 and $pages_hr->{'pages_num'} > $NUMBER_OF_BOXES
126 1 0 0 $pages_hr->{'actual_page'} < $pages_hr->{'pages_num'} - 3 and $pages_hr->{'pages_num'} > $NUMBER_OF_BOXES
152 1 0 0 $pages_hr->{'actual_page'} < $pages_hr->{'pages_num'} - 3 and $pages_hr->{'pages_num'} > $NUMBER_OF_BOXES
172 1 0 1 $self->{'flag_prev_next'} and $pages_hr->{'pages_num'} > 1

or 3 conditions

line l !l&&r !l&&!r condition
60 9 2 1 $self->{'flag_paginator'} or $self->{'flag_prev_next'}