| blib/lib/Email/Send/Qmail.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 12 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 20 | 1 | 0 | unless $class->_find_qmail |
| 29 | 0 | 1 | if (-x $Email::Send::Qmail::QMAIL) |
| 34 | 0 | 7 | if (-x "$dir/$Email::Send::Qmail::QMAIL") |
| 47 | 0 | 0 | unless open $pipe, "| $Email::Send::Qmail::QMAIL @args" |
| 50 | 0 | 0 | unless print $pipe $message->as_string |
| 53 | 0 | 0 | unless close $pipe |