File Coverage

blib/lib/Yahoo/Marketing/CompanyService.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             package Yahoo::Marketing::CompanyService;
2             # Copyright (c) 2009 Yahoo! Inc. All rights reserved.
3             # The copyrights to the contents of this file are licensed under the Perl Artistic License (ver. 15 Aug 1997)
4              
5 1     1   2562 use strict; use warnings;
  1     1   2  
  1         34  
  1         5  
  1         3  
  1         30  
6              
7 1     1   6 use base qw/Yahoo::Marketing::Service/;
  1         2  
  1         146  
8              
9             =head1 NAME
10              
11             Yahoo::Marketing::CompanyService - an object that provides access to Yahoo Marketing's Company SOAP Service.
12              
13             =cut
14              
15             =head1 SYNOPSIS
16              
17             See EWS documentation online for available SOAP methods:
18              
19             L
20              
21             Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
22              
23              
24              
25             =head2 new
26              
27             Creates a new instance
28              
29             =cut
30              
31              
32              
33              
34             1;