| blib/lib/WebService/BuzzurlAPI/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 3 | 0 | 0 | ref $json eq 'HASH' and exists $$json{'status'} |
| 3 | 0 | 0 | ref $json eq 'HASH' and exists $$json{'status'} and $$json{'status'} ne 'success' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 45 | 3 | 0 | 0 | $class || ref $class |