| blib/lib/Mail/Milter/Authentication/Net/Milter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 91 | 26 | 52 | 78 | defined $options{$action} and $options{$action} == 0 |
| 107 | 0 | 182 | 0 | defined $options{$content} and $options{$content} == 1 |
| 464 | 0 | 0 | 0 | defined $data and not $command =~ /[hm]/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 0 | 26 | 0 | ref $proto || $proto |
| 41 | 0 | 0 | 26 | lc $proto eq 'tcp' or lc $proto eq 'inet' |
| 26 | 0 | 0 | lc $proto eq 'unix' or lc $proto eq 'local' |