blib/lib/WebService/Rackspace/CloudFiles.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 12 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
248 | 0 | 0 | 0 | $response->code != 201 and $response->code != 202 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
155 | 3 | 0 | 0 | $response->header('X-Storage-Url') || confess('Missing storage url') |
157 | 3 | 0 | 0 | $response->header('X-Auth-Token') || confess('Missing auth token') |
159 | 3 | 0 | 0 | $response->header('X-CDN-Management-Url') || confess('Missing CDN management url') |