| blib/lib/Email/Sender/Role/CommonSending.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 10 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 47 | 0 | 11 | unless my $err = $_ |
| 49 | 6 | 5 | if (&try(sub { $err->isa('Email::Sender::Failure'); } ) and not my(@tmp) = $err->recipients) |
| 70 | 0 | 35 | unless defined $msg |
| 76 | 5 | 30 | if &Scalar::Util::blessed($msg) and eval { do { $msg->isa('Email::Abstract') } } |
| 93 | 18 | 12 | ref $env->{'to'} ? : |