| blib/lib/Mail/Transport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 0 | 0 | unless $class eq 'Mail::Transport' or $class eq 'Mail::Transport::Send' |
| 48 | 0 | 0 | unless my $via = lc($args{'via'} || '') |
| 52 | 0 | 0 | if exists $mailers{$via} |
| 55 | 0 | 0 | if $@ |
| 66 | 0 | 0 | defined $args->{'hostname'} ? : |
| 76 | 0 | 0 | if (my $exec = $args->{'executable'} || $args->{'proxy'}) |
| 79 | 0 | 0 | unless 'File::Spec'->file_name_is_absolute($exec) |
| 82 | 0 | 0 | unless (-x $exec) |
| 112 | 0 | 0 | if exists $self->{'MT_exec'} |
| 116 | 0 | 0 | if -x $fullname |