| blib/lib/Net/Gotify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 66 | 0 | 0 | delete $params{'token_type'} || 'client' |
| 68 | 0 | 0 | delete $params{'data'} || {} |
| 96 | 0 | 0 | eval { do { decode_json($response->{'content'}) } } || {} |
| 128 | 0 | 0 | delete $params{'extras'} || {} |
| 168 | 0 | 0 | delete $params{'limit'} || 100 |
| 254 | 0 | 0 | delete $params{'default_priority'} || 0 |
| 272 | 0 | 0 | delete $params{'default_priority'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 104 | 0 | 0 | 0 | $output->{'error'} || $response->{'reason'} |
| 0 | 0 | 0 | $output->{'errorCode'} || $response->{'status'} | |
| 0 | 0 | 0 | $output->{'errorDescription'} || $response->{'content'} |