| lib/What/MTA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 14 | 42.8 |
| line | l | !l | condition |
|---|---|---|---|
| 91 | 0 | 2 | $arg{'Host'} || 'localhost' |
| 92 | 1 | 1 | $arg{'Port'} || 'smtp(25)' |
| 94 | 0 | 2 | $arg{'LocalAddr'} || undef |
| 95 | 0 | 2 | $arg{'LocalPort'} || undef |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 88 | 0 | 2 | 0 | ref $self || $self |
| 122 | 0 | 0 | 0 | $arg{'Banner'} || $obj->message |