File Coverage

blib/lib/Yahoo/Marketing/MobileDictionaryService.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::MobileDictionaryService;
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   2842 use strict; use warnings;
  1     1   3  
  1         27  
  1         4  
  1         2  
  1         25  
6              
7 1     1   4 use base qw/Yahoo::Marketing::Service/;
  1         2  
  1         622  
8              
9              
10             =head1 NAME
11              
12             Yahoo::Marketing::MobileDictionaryService - an object that provides operations for retrieving markets that support Mobile Sponsored Search advertising and the list of mobile carriers supported for a given market.
13              
14             =cut
15              
16             =head1 SYNOPSIS
17              
18             See EWS documentation online for available SOAP methods:
19              
20             L
21              
22             Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
23              
24              
25              
26             =head2 new
27              
28             Creates a new instance
29              
30             =cut
31              
32              
33              
34              
35             1;