lib/Google/Ads/AdWords/v201702/CustomerOrderLineError/Reason.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 10 | 90.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 4 | 75.0 |
pod | 0 | 1 | 0.0 |
total | 12 | 15 | 80.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Google::Ads::AdWords::v201702::CustomerOrderLineError::Reason; | ||||||
2 | 1 | 1 | 837 | use strict; | |||
1 | 2 | ||||||
1 | 27 | ||||||
3 | 1 | 1 | 5 | use warnings; | |||
1 | 2 | ||||||
1 | 37 | ||||||
4 | |||||||
5 | 0 | 0 | 0 | sub get_xmlns { 'https://adwords.google.com/api/adwords/billing/v201702'}; | |||
6 | |||||||
7 | # derivation by restriction | ||||||
8 | 1 | 62 | use base qw( | ||||
9 | 1 | 1 | 4 | SOAP::WSDL::XSD::Typelib::Builtin::string); | |||
1 | 3 | ||||||
10 | |||||||
11 | |||||||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | __END__ |