| blib/lib/Log/Log4perl/Appender/AmazonSES.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 0 | 0 | unless $p->[1] |
| 72 | 0 | 0 | unless ($auth and ref $auth) |
| 73 | 0 | 0 | if ($ENV{'SES_SMTP_USER'} and $ENV{'SES_SMTP_PASS'}) |
| 82 | 0 | 0 | unless $auth->{'user'} and $auth->{'password'} |
| 92 | 0 | 0 | unless my $smtp = "Net::SMTP"->new($self->{'host'}, %{$$self{"options"};}) |
| 95 | 0 | 0 | if (&any(sub { |
| 97 | 0 | 0 | unless $smtp->starttls |
| 114 | 0 | 0 | unless $smtp->dataend |