| line | !l | l&&!r | l&&r | condition | 
 
| 81 | 0 | 0 | 0 | exists $pms->{'html'}{'inside'}{'img'} && exists $pms->{'html'}{'length'} && $pms->{'html'}{'length'} > $min && $pms->{'html'}{'length'} <= $max | 
 
| 89 | 0 | 0 | 0 | exists $pms->{'html'}{'non_space_len'} and exists $pms->{'html'}{'image_area'} | 
 
|  | 0 | 0 | 0 | exists $pms->{'html'}{'non_space_len'} and exists $pms->{'html'}{'image_area'} and $pms->{'html'}{'image_area'} > 0 | 
 
| 91 | 0 | 0 | 0 | $ratio > $min && $ratio <= $max | 
 
| 112 | 0 | 0 | 0 | $bad && $bad >= $okay | 
 
| 177 | 0 | 0 | 0 | defined $string and not $string =~ /$regexp/ | 
 
| 202 | 0 | 0 | 0 | $test > $min && $test <= $max |