| lib/Plack/Middleware/OAuth/Handler/AccessTokenV2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 0 | if ($method eq 'GET') { } |
| 0 | 0 | elsif ($method eq 'POST') { } | |
| 47 | 0 | 0 | if ($content_type =~ /json/ or $content_type =~ /javascript/) { } |
| 84 | 0 | 0 | if ($token->has_error) |
| 85 | 0 | 0 | if $self->on_error |
| 88 | 0 | 0 | unless ($token) |
| 89 | 0 | 0 | if $self->on_error |
| 100 | 0 | 0 | if $self->on_success |
| 101 | 0 | 0 | if $res |