| lib/Web/NewsAPI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 55 | 1 | 3 | if ($args{$param} and &blessed($args{$param})) |
| 56 | 1 | 0 | if ($args{$param}->isa('DateTime')) { } |
| 85 | 1 | 4 | if (wantarray) { } |
| 95 | 1 | 8 | if ($args->{$param} and ref $args->{$param} eq 'ARRAY') |
| 131 | 5 | 1 | if ($response->is_success) { } |