| blib/lib/Net/Milter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 18 | 5.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 90 | 0 | 0 | 0 | defined $options{$action} and $options{$action} == 0 |
| 106 | 0 | 0 | 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 |
|---|---|---|---|---|
| 15 | 0 | 1 | 0 | ref $proto || $proto |
| 40 | 0 | 0 | 0 | lc $proto eq 'tcp' or lc $proto eq 'inet' |
| 0 | 0 | 0 | lc $proto eq 'unix' or lc $proto eq 'local' |