blib/lib/Shared/Examples/Net/Amazon/S3.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 29 | 51.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 1865 | 0 | 252 | defined $1 && length $1 |
312 | 0 | 61 | 8 | defined $params{'throws'} and not ref $params{'throws'} |
line | l | !l | condition |
---|---|---|---|
68 | 0 | 127 | $new_key ||= "with_response_data" |
93 | 169 | 41 | $params{'with_response_code'} ||= 200 |
220 | 0 | 201 | $title || 'expect request' |
238 | 0 | 64 | $title || 'expect request content' |
248 | 0 | 51 | $title || 'expect request headers' |
262 | 0 | 62 | $title || 'expect S3->err' |
273 | 0 | 62 | $title || 'expect S3->errstr' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 0 | 167 | 0 | $new_key ||= "with_$key" |
70 | 294 | 262 | 0 | $new_key ||= "with_response_header_$key" |
183 | 0 | 0 | 0 | $map->{$_} || $_ |