| blib/lib/PagerDuty/Agent.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 11 | 72.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 312 | 1 | 0 | 8 | $response and $response->is_success |
| line | l | !l | condition |
|---|---|---|---|
| 401 | 1 | 10 | $params{'severity'} || 'error' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 401 | 1 | 10 | 0 | $params{'source'} || hostname() |
| 1 | 10 | 0 | $params{'timestamp'} || PagerDuty::Agent::localtime()->strftime('%FT%T.000%z') |