| lib/Google/Ads/Common/OAuth2ServiceAccountsHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 72 | 0 | 0 | if ($self->get_json_file and $self->get_pem_file) |
| 115 | 0 | 0 | unless ($res->is_success) |
| 131 | 0 | 0 | unless ($self->get_pem_file or $self->get_json_file) |
| 136 | 0 | 0 | if ($self->get_json_file) { } |
| 138 | 0 | 0 | unless open MYFILE, $self->get_json_file |
| 149 | 0 | 0 | unless open MYFILE, $self->get_pem_file |
| 181 | 0 | 0 | $self->get_api_client->get_die_on_faults ? : |