Condition Coverage

blib/lib/Mail/SpamAssassin/Plugin/HTMLEval.pm
Criterion Covered Total %
condition 1 27 3.7


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
37 0 62 0 ref $class || $class
193 0 0 0 not defined $max or $max eq 'inf'