Condition Coverage

blib/lib/Net/Amazon/Signature/V4.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
65 1 0 0 @_ == 1 and ref $_[0] eq 'HASH'
133 93 0 0 defined $self->{'security_token'} and not defined $req->header('X-Amz-Security-Token')
215 21 69 3 $orig_uri =~ m[/$] and not $simple_uri =~ m[/$]

or 3 conditions

line l !l&&r !l&&!r condition
202 30 6 42 $part eq '' or $part eq '.'
249 93 31 0 $x_date || $req->header('Date')