blib/lib/Google/Ads/GoogleAds/OAuth2ApplicationsHandler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 26 | 57.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
116 | 1 | 0 | 0 | $self->get_client_id and $self->get_client_secret |
1 | 0 | 0 | $self->get_client_id and $self->get_client_secret and $self->get_refresh_token |
line | l | !l | condition |
---|---|---|---|
66 | 1 | 0 | $state ||= "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 7 | 0 | 2 | $properties->{"clientSecret"} || $client_secret_of{$ident} |
49 | 7 | 0 | 2 | $properties->{"refreshToken"} || $refresh_token_of{$ident} |
53 | 1 | 8 | 0 | $properties->{"accessType"} || $access_type_of{$ident} |
55 | 1 | 8 | 0 | $properties->{"approvalPrompt"} || $prompt_of{$ident} |
57 | 1 | 8 | 0 | $properties->{"redirectUri"} || $redirect_uri_of{$ident} |
59 | 1 | 0 | 8 | $properties->{"additionalScopes"} || $additional_scopes_of{$ident} |