| blib/lib/Mail/SpamAssassin/Plugin/Phishing.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 18 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 106 | 61 | 0 | 0 | defined $conf->{'phishing_openphish_feed'} and -f $conf->{'phishing_openphish_feed'} |
| 125 | 61 | 0 | 0 | defined $conf->{'phishing_phishtank_feed'} and -f $conf->{'phishing_phishtank_feed'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 0 | 61 | 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'} |