| blib/lib/Email/Sender/Transport/Sendmail.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 16 | 56.2 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 0 | 1 | if ($program_name eq 'sendmail') |
| 60 | 0 | 1 | $^O eq 'MSWin32' ? : |
| 1 | 0 | if $^O eq 'MSWin32' ? -f $sendmail : -x $sendmail | |
| 73 | 0 | 3 | $^O eq 'MSWin32' ? : |
| 77 | 1 | 2 | unless open $pipe, $first, @args |
| 89 | 2 | 0 | unless $^O eq 'MSWin32' |
| 91 | 0 | 2 | unless print $pipe $string |
| 94 | 0 | 2 | unless close $pipe |