| line | true | false | branch | 
 
| 56 | 0 | 0 | unless (defined $api->_oauth) | 
 
| 91 | 0 | 0 | unless $path =~ m[^/] | 
 
| 108 | 0 | 0 | unless ($uri =~ /^http/) | 
 
| 111 | 0 | 0 | if ($method eq 'GET' and $qs) | 
 
| 116 | 0 | 0 | if ($api->access_token and not $anon) { } | 
 
| 118 | 0 | 0 | if ($method eq 'POST' || $method eq 'PUT' and $qs) | 
 
| 126 | 0 | 0 | if ($res->is_redirect) | 
 
| 135 | 0 | 0 | if ($res->is_redirect) | 
 
| 141 | 0 | 0 | unless ($res->is_success) | 
 
| 145 | 0 | 0 | if $res->code == 204 | 
 
| 153 | 0 | 0 | unless $api->access_token | 
 
| 156 | 0 | 0 | unless my $target_uri = delete $$form{'target_url'} | 
 
| 159 | 0 | 0 | unless my $filename = delete $$form{'filename'} | 
 
| 204 | 0 | 0 | unless ($res->code == 302 and $res->header('Location')) | 
 
| 212 | 0 | 0 | unless ($form{'status'} == 201) | 
 
| 230 | 0 | 0 | unless $self->authorized | 
 
| 245 | 0 | 0 | $self->oauth_1_0a ? : | 
 
| 261 | 0 | 0 | unless $request->verify | 
 
| 268 | 0 | 0 | if ($content_body) |