Branch Coverage

blib/lib/WebService/Rackspace/CloudFiles.pm
Criterion Covered Total %
branch 6 22 27.2


line true false branch
152 0 3 if $response->code == 401
153 0 3 if $response->code != 204
203 0 1 if $response->code == 204
204 0 1 if $response->code != 200
218 0 0 unless $response->is_success
220 0 0 if $total_bytes_used eq 'None'
226 0 1 unless $conf{'name'}
229 0 2 if (ref $conf{$_} eq ref 'JSON::Any'->true)
230 0 0 $conf{$_} ? :
240 0 0 unless $name
248 0 0 if $response->code != 201 and $response->code != 202