| blib/lib/WebService/DataDog/Event.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 21 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | defined $response and defined $$response{'events'} | 
| 180 | 0 | 0 | 0 | defined $response and defined $$response{'event'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 165 | 0 | 0 | 0 | not defined $args{$arg} or $args{$arg} eq '' | 
| 353 | 0 | 0 | 0 | not defined $args{$arg} or $args{$arg} eq '' | 
| 371 | 0 | 0 | 0 | lc $args{'priority'} eq 'low' or lc $args{'priority'} eq 'normal' | 
| 411 | 0 | 0 | 0 | not defined $args{$arg} or $args{$arg} eq '' | 
| 429 | 0 | 0 | 0 | lc $args{'priority'} eq 'low' or lc $args{'priority'} eq 'normal' |