lib/Google/Ads/Common/ErrorUtils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
30 | 0 | 0 | if ($error->can('get_fieldPathElements')) { } |
0 | 0 | elsif ($error->get_fieldPath =~ /^operations\[(\d+)\]/) { } | |
33 | 0 | 0 | $field_path_elements && scalar @{$field_path_elements;} > 0 ? : |
36 | 0 | 0 | if ($first_field_path_element and $first_field_path_element->get_field eq 'operations' and defined $first_field_path_element->get_index) |