blib/lib/Shared/Examples/Net/Amazon/S3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 29 | 51.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 1792 | 0 | 246 | defined $1 && length $1 |
311 | 0 | 57 | 8 | defined $params{'throws'} and not ref $params{'throws'} |
line | l | !l | condition |
---|---|---|---|
68 | 0 | 124 | $new_key ||= 'with_response_data' |
93 | 162 | 41 | $params{'with_response_code'} ||= 200 |
219 | 0 | 194 | $title || 'expect request' |
237 | 0 | 64 | $title || 'expect request content' |
247 | 0 | 48 | $title || 'expect request headers' |
261 | 0 | 62 | $title || 'expect S3->err' |
272 | 0 | 62 | $title || 'expect S3->errstr' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 0 | 163 | 0 | $new_key ||= "with_$key" |
70 | 287 | 256 | 0 | $new_key ||= "with_response_header_$key" |
183 | 0 | 0 | 0 | $map->{$_} || $_ |