blib/lib/Mail/Milter/Authentication/Net/Milter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
92 | 33 | 66 | 99 | defined $options{$action} and $options{$action} == 0 |
108 | 0 | 231 | 0 | defined $options{$content} and $options{$content} == 1 |
465 | 0 | 0 | 0 | defined $data and not $command =~ /[hm]/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 0 | 33 | 0 | ref $proto || $proto |
42 | 0 | 0 | 33 | lc $proto eq "tcp" or lc $proto eq "inet" |
33 | 0 | 0 | lc $proto eq "unix" or lc $proto eq "local" |