| blib/lib/WWW/TypePad.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 26 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 50 | 0 | 0 | unless (defined $api->_oauth) |
| 96 | 0 | 0 | unless ($uri =~ /^http/) |
| 99 | 0 | 0 | if ($method eq 'GET' and $qs) |
| 104 | 0 | 0 | if ($api->access_token and not $anon) { } |
| 108 | 0 | 0 | if ($method eq 'POST' || $method eq 'PUT' and $qs) |
| 120 | 0 | 0 | unless ($res->is_success) |
| 124 | 0 | 0 | if $res->code == 204 |
| 143 | 0 | 0 | unless $self->authorized |
| 156 | 0 | 0 | $self->oauth_1_0a ? : |
| 173 | 0 | 0 | unless $request->verify |
| 177 | 0 | 0 | $content_body ? : |
| 186 | 0 | 0 | if ($response->is_redirect) |
| 195 | 0 | 0 | unless $response->is_success |