Condition Coverage

blib/lib/Mail/SpamAssassin/Plugin/Phishing.pm
Criterion Covered Total %
condition 3 18 16.6


and 3 conditions

line !l l&&!r l&&r condition
106 60 0 0 defined $conf->{'phishing_openphish_feed'} and -f $conf->{'phishing_openphish_feed'}
125 60 0 0 defined $conf->{'phishing_phishtank_feed'} and -f $conf->{'phishing_phishtank_feed'}

or 3 conditions

line l !l&&r !l&&!r condition
69 0 60 0 ref $class || $class
119 0 0 0 defined $_ or $! == 0
144 0 0 0 defined $_ or $! == 0
166 0 0 0 $info->{'types'}{'a'} or $info->{'types'}{'parsed'}