| blib/lib/WebService/PagerDuty/Response.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 1 | 0 | if ($response) { } |
| 38 | 1 | 0 | if $response->content |
| 51 | 2 | 8 | if exists $$options{'data'}{$option} |
| 55 | 0 | 1 | if exists $$options{'data'}{'incidents'} |
| 58 | 1 | 0 | if ($$options{'status'} =~ /^(\d+)/) |
| 59 | 1 | 0 | if ($1 eq '200') { } |
| 68 | 1 | 0 | unless %{$$options{'data'};} |