| blib/lib/Net/Amazon/SNS/Signature.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 12 | 58.3 |
| line | true | false | branch |
|---|---|---|---|
| 62 | 0 | 1 | unless my $signature = &MIME::Base64::decode_base64($message->{'Signature'}) |
| 65 | 1 | 0 | $cert ? : |
| 99 | 0 | 1 | defined $args_ref->{'user_agent'} ? : |
| 120 | 0 | 0 | unless (defined $self->{'user_agent'}) |
| 130 | 2 | 4 | if ($message->{'Type'} and $message->{'Type'} =~ /\A(?:Subscription|Unsubscribe)Confirmation\z/) { } |
| 134 | 2 | 2 | defined $message->{'Subject'} ? : |