blib/lib/Mail/Transport.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 0 | unless $class eq 'Mail::Transport' or $class eq 'Mail::Transport::Send' |
46 | 0 | 0 | unless my $via = lc($args{'via'} || '') |
50 | 0 | 0 | if exists $mailers{$via} |
53 | 0 | 0 | if $@ |
64 | 0 | 0 | defined $args->{'hostname'} ? : |
74 | 0 | 0 | if (my $exec = $args->{'executable'} || $args->{'proxy'}) |
77 | 0 | 0 | unless 'File::Spec'->file_name_is_absolute($exec) |
80 | 0 | 0 | unless (-x $exec) |
110 | 0 | 0 | if exists $self->{'MT_exec'} |
114 | 0 | 0 | if -x $fullname |