blib/lib/WebService/Auth0/UA/LWP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 0 | if ($response->code == 204) { } |
33 | 0 | 0 | $response->content_type eq 'application/json' ? : |
36 | 0 | 0 | unless (eval { do { $response->content_type eq 'application/json' ? &decode_json(scalar $response->decoded_content) : $response } }) |
42 | 0 | 0 | if ($json_err) { } |
0 | 0 | elsif ($response->is_success) { } | |
0 | 0 | elsif ($response->is_redirect) { } |