blib/lib/Amazon/S3/Thin/Signer/V2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 13 | 100.0 |
line | l | !l | condition |
---|---|---|---|
75 | 4 | 20 | $interesting_headers{'content-type'} ||= '' |
76 | 2 | 22 | $interesting_headers{'content-md5'} ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
65 | 2 | 4 | 55 | $lk eq 'content-md5' or $lk eq 'content-type' |
6 | 24 | 31 | $lk eq 'content-md5' or $lk eq 'content-type' or $lk eq 'date' | |
28 | 11 | 20 | $lk eq 'content-md5' or $lk eq 'content-type' or $lk eq 'date' or $lk =~ /^$AMAZON_HEADER_PREFIX/ |