| blib/lib/Google/Ads/GoogleAds/Utils/SearchGoogleAdsIterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 6 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 17 | $current_response and $current_response->{'results'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 14 | 2 | 1 | $current_response->{'nextPageToken'} or scalar @{$current_response->{'results'};} > $current_cursor |