| blib/lib/Google/Ads/Common/OAuth2ApplicationsHandler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 112 | 0 | 0 | 0 | $self->get_client_id and $self->get_client_secret |
| 0 | 0 | 0 | $self->get_client_id and $self->get_client_secret and $self->get_refresh_token |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | $state ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 0 | $properties->{'oAuth2ClientSecret'} || $client_secret_of{$ident} |
| 54 | 0 | 0 | 0 | $properties->{'oAuth2AccessType'} || $access_type_of{$ident} |
| 56 | 0 | 0 | 0 | $properties->{'oAuth2ApprovalPrompt'} || $prompt_of{$ident} |
| 58 | 0 | 0 | 0 | $properties->{'oAuth2RefreshToken'} || $refresh_token_of{$ident} |
| 60 | 0 | 0 | 0 | $properties->{'oAuth2RedirectUri'} || $redirect_uri_of{$ident} |
| 62 | 0 | 0 | 0 | $properties->{'oAuth2AdditionalScopes'} || $additional_scopes_of{$ident} |