blib/lib/WebService/BuzzurlAPI/Response.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 10 | 40.0 |
line | true | false | branch |
---|---|---|---|
42 | 0 | 3 | if (ref $res ne 'HTTP::Response') |
63 | 0 | 3 | unless ($self->res->is_success) |
68 | 0 | 3 | unless ($self->res->content_type =~ m[^application/json]) |
76 | 0 | 0 | if (ref $json eq 'HASH' and exists $$json{'status'} and $$json{'status'} ne 'success') |
92 | 3 | 0 | (shift())->res->is_success ? : |