| blib/lib/Mail/Transport/Mailx.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 0 | unless $self->SUPER::init($args) |
| 31 | 0 | 0 | unless $self->{'MTM_program'} = $args->{'proxy'} || $self->findBinary('mailx') || $self->findBinary('Mail') || $self->findBinary('mail') |
| 34 | 0 | 0 | $^O =~ /linux|freebsd|bsdos|netbsd|openbsd/ ? : |
| 46 | 0 | 0 | if @cc |
| 49 | 0 | 0 | if @bcc |
| 56 | 0 | 0 | if (open($mailer, "|-") == 0) |
| 64 | 0 | 0 | unless $mailer->close |
| 74 | 0 | 0 | if $self->{'MTM_style'} eq "BSD" |
| 77 | 0 | 0 | unless open my $mailer, "|-", $program, "-t" |
| 82 | 0 | 0 | unless $mailer->close |