blib/lib/Email/Sender/Transport/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
85 | 1 | 12 | if (my $failure = $self->delivery_failure($email, $envelope)) |
90 | 5 | 9 | if (my $failure = $self->recipient_failure($to)) { } |
97 | 4 | 1 | if (@failures and @ok_rcpts == 0 || !$self->allow_partial_success) |
101 | 3 | 1 | if @failures == 1 and @ok_rcpts == 0 |
103 | 1 | 0 | @ok_rcpts ? : |
120 | 7 | 1 | unless @failures |