| lib/Web/NewsAPI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 10 | 90.0 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 1 | 5 | if ($args{$param} and ref $args{$param} eq 'ARRAY') |
| 61 | 1 | 3 | if ($args{$param} and &blessed($args{$param})) |
| 62 | 1 | 0 | if ($args{$param}->isa('DateTime')) { } |
| 126 | 4 | 1 | if ($response->is_success) { } |
| 128 | 3 | 1 | if (exists $data_ref->{'totalResults'}) |