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 |