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 | 141 | $interesting_headers{'content-type'} ||= '' |
82 | 10 | 194 | $interesting_headers{'content-md5'} ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 10 | 63 | 477 | $lk eq 'content-md5' or $lk eq 'content-type' |
73 | 202 | 275 | $lk eq 'content-md5' or $lk eq 'content-type' or $lk eq 'date' | |
265 | 63 | 212 | $lk eq 'content-md5' or $lk eq 'content-type' or $lk eq 'date' or $lk =~ /^$AMAZON_HEADER_PREFIX/ |