blib/lib/Net/Amazon/S3/Signature/V2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 16 | 87.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
110 | 12 | 0 | 0 | $query_params{'partNumber'} and $query_params{'uploadId'} |
line | l | !l | condition |
---|---|---|---|
81 | 63 | 148 | $interesting_headers{'content-type'} ||= "" |
82 | 18 | 193 | $interesting_headers{'content-md5'} ||= "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 18 | 63 | 493 | $lk eq "content-md5" or $lk eq "content-type" |
81 | 209 | 284 | $lk eq "content-md5" or $lk eq "content-type" or $lk eq "date" | |
272 | 63 | 221 | $lk eq "content-md5" or $lk eq "content-type" or $lk eq "date" or $lk =~ /^$AMAZON_HEADER_PREFIX/ |