line |
true |
false |
branch |
25
|
0 |
0 |
if $class ne 'Mail::Transport::Send' |
38
|
0 |
0 |
unless ($message->isa('Mail::Message')) |
40
|
0 |
0 |
unless defined $message |
44
|
0 |
0 |
if $self->trySend($message, %args) |
45
|
0 |
0 |
unless $? == 11 |
48
|
0 |
0 |
if exists $args{'interval'} |
49
|
0 |
0 |
if exists $args{'retry'} |
53
|
0 |
0 |
if $self->trySend($message, %args) |
54
|
0 |
0 |
unless $? == 11 |
75
|
0 |
0 |
if ($args{'body_only'}) { } |
|
0 |
0 |
elsif ($args{'undisclosed'}) { } |
92
|
0 |
0 |
if (defined $overrule) { } |
|
0 |
0 |
elsif (my(@rgs) = $message->head->resentGroups) { } |
93
|
0 |
0 |
ref $overrule eq 'ARRAY' ? : |
94
|
0 |
0 |
ref $_ && $_->isa('Mail::Address') ? : |
99
|
0 |
0 |
unless @to |
104
|
0 |
0 |
unless @to |