line |
!l |
l&&!r |
l&&r |
condition |
76
|
0 |
0 |
0 |
exists $pms->{'html'}{'inside'}{'img'} && exists $pms->{'html'}{'length'} && $pms->{'html'}{'length'} > $min && $pms->{'html'}{'length'} <= $max
|
84
|
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
|
86
|
0 |
0 |
0 |
$ratio > $min && $ratio <= $max
|
107
|
0 |
0 |
0 |
$bad && $bad >= $okay
|
139
|
0 |
0 |
0 |
defined $string and $string =~ /$regexp/
|
166
|
0 |
0 |
0 |
defined $string and not $string =~ /$regexp/
|
191
|
0 |
0 |
0 |
$test > $min && $test <= $max
|