File Coverage

blib/lib/Google/Ads/GoogleAds/V10/Enums/RecommendationTypeEnum.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # Copyright 2020, Google LLC
2             #
3             # Licensed under the Apache License, Version 2.0 (the "License");
4             # you may not use this file except in compliance with the License.
5             # You may obtain a copy of the License at
6             #
7             # http://www.apache.org/licenses/LICENSE-2.0
8             #
9             # Unless required by applicable law or agreed to in writing, software
10             # distributed under the License is distributed on an "AS IS" BASIS,
11             # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12             # See the License for the specific language governing permissions and
13             # limitations under the License.
14              
15              
16             use strict;
17 1     1   777 use warnings;
  1         3  
  1         24  
18 1     1   5  
  1         2  
  1         73  
19             use Const::Exporter enums => [
20 1         20 UNSPECIFIED => "UNSPECIFIED",
21             UNKNOWN => "UNKNOWN",
22             CAMPAIGN_BUDGET => "CAMPAIGN_BUDGET",
23             KEYWORD => "KEYWORD",
24             TEXT_AD => "TEXT_AD",
25             TARGET_CPA_OPT_IN => "TARGET_CPA_OPT_IN",
26             MAXIMIZE_CONVERSIONS_OPT_IN => "MAXIMIZE_CONVERSIONS_OPT_IN",
27             ENHANCED_CPC_OPT_IN => "ENHANCED_CPC_OPT_IN",
28             SEARCH_PARTNERS_OPT_IN => "SEARCH_PARTNERS_OPT_IN",
29             MAXIMIZE_CLICKS_OPT_IN => "MAXIMIZE_CLICKS_OPT_IN",
30             OPTIMIZE_AD_ROTATION => "OPTIMIZE_AD_ROTATION",
31             CALLOUT_EXTENSION => "CALLOUT_EXTENSION",
32             SITELINK_EXTENSION => "SITELINK_EXTENSION",
33             CALL_EXTENSION => "CALL_EXTENSION",
34             KEYWORD_MATCH_TYPE => "KEYWORD_MATCH_TYPE",
35             MOVE_UNUSED_BUDGET => "MOVE_UNUSED_BUDGET",
36             FORECASTING_CAMPAIGN_BUDGET => "FORECASTING_CAMPAIGN_BUDGET",
37             TARGET_ROAS_OPT_IN => "TARGET_ROAS_OPT_IN",
38             RESPONSIVE_SEARCH_AD => "RESPONSIVE_SEARCH_AD",
39             MARGINAL_ROI_CAMPAIGN_BUDGET => "MARGINAL_ROI_CAMPAIGN_BUDGET",
40             USE_BROAD_MATCH_KEYWORD => "USE_BROAD_MATCH_KEYWORD",
41             RESPONSIVE_SEARCH_AD_ASSET => "RESPONSIVE_SEARCH_AD_ASSET"
42             ];
43 1     1   6  
  1         2  
44             1;