Condition Coverage

blib/lib/Net/Amazon/SNS/Signature.pm
Criterion Covered Total %
condition 3 6 50.0


and 3 conditions

line !l l&&!r l&&r condition
113 0 4 2 $message->{'Type'} and $message->{'Type'} =~ /\A(?:Subscription|Unsubscribe)Confirmation\z/

or 3 conditions

line l !l&&r !l&&!r condition
75 6 0 0 defined $message->{$_} or carp(sprintf('%s is required', $_))