blib/lib/Ceph/RadosGW/Admin/HTTPRequest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 16 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
163 | 0 | 0 | 0 | $query_params{'partNumber'} and $query_params{'uploadId'} |
line | l | !l | condition |
---|---|---|---|
216 | 47 | 0 | $headers ||= {} |
217 | 47 | 0 | $metadata ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
123 | 47 | 47 | 47 | $lk eq 'content-md5' or $lk eq 'content-type' |
94 | 47 | 0 | $lk eq 'content-md5' or $lk eq 'content-type' or $lk eq 'date' | |
94 | 0 | 0 | $lk eq 'content-md5' or $lk eq 'content-type' or $lk eq 'date' or $lk =~ /^$AMAZON_HEADER_PREFIX/ |