Condition Coverage

blib/lib/PagerDuty/Agent.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
312 1 0 8 $response and $response->is_success

or 2 conditions

line l !l condition
401 1 10 $params{'severity'} || 'error'

or 3 conditions

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')