File Coverage

lib/Google/Ads/AdWords/v201702/NumberValue.pm
Criterion Covered Total %
statement 9 11 81.8
branch n/a
condition n/a
subroutine 3 5 60.0
pod n/a
total 12 16 75.0


line stmt bran cond sub pod time code
1             package Google::Ads::AdWords::v201702::NumberValue;
2 2     2   1957 use strict;
  2         5  
  2         56  
3 2     2   9 use warnings;
  2         4  
  2         159  
4              
5              
6             __PACKAGE__->_set_element_form_qualified(1);
7              
8 0     0     sub get_xmlns { 'https://adwords.google.com/api/adwords/cm/v201702' };
9              
10             our $XML_ATTRIBUTE_CLASS;
11             undef $XML_ATTRIBUTE_CLASS;
12              
13             sub __get_attr_class {
14 0     0     return $XML_ATTRIBUTE_CLASS;
15             }
16              
17              
18 2     2   27 use base qw(Google::Ads::AdWords::v201702::ComparableValue);
  2         6  
  2         323  
19             # Variety: sequence
20             use Class::Std::Fast::Storable constructor => 'none';
21             use base qw(Google::Ads::SOAP::Typelib::ComplexType);
22              
23             { # BLOCK to scope variables
24              
25             my %ComparableValue__Type_of :ATTR(:get);
26              
27             __PACKAGE__->_factory(
28             [ qw( ComparableValue__Type
29              
30             ) ],
31             {
32             'ComparableValue__Type' => \%ComparableValue__Type_of,
33             },
34             {
35             'ComparableValue__Type' => 'SOAP::WSDL::XSD::Typelib::Builtin::string',
36             },
37             {
38              
39             'ComparableValue__Type' => 'ComparableValue.Type',
40             }
41             );
42              
43             } # end BLOCK
44              
45              
46              
47              
48              
49              
50              
51             1;
52              
53              
54             =pod
55              
56             =head1 NAME
57              
58             Google::Ads::AdWords::v201702::NumberValue
59              
60             =head1 DESCRIPTION
61              
62             Perl data type class for the XML Schema defined complexType
63             NumberValue from the namespace https://adwords.google.com/api/adwords/cm/v201702.
64              
65             Number value types for constructing number valued ranges.
66              
67              
68              
69              
70             =head2 PROPERTIES
71              
72             The following properties may be accessed using get_PROPERTY / set_PROPERTY
73             methods:
74              
75             =over
76              
77              
78              
79             =back
80              
81              
82             =head1 METHODS
83              
84             =head2 new
85              
86             Constructor. The following data structure may be passed to new():
87              
88              
89              
90              
91              
92              
93             =head1 AUTHOR
94              
95             Generated by SOAP::WSDL
96              
97             =cut
98