File Coverage

blib/lib/WebService/TypePad/Object/Base.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package WebService::TypePad::Object::Base;
2 2     2   14 use strict;
  2         4  
  2         63  
3 2     2   11 use warnings;
  2         3  
  2         55  
4 2     2   10 use WebService::TypePad::Util::Coerce;
  2         4  
  2         42  
5 2     2   16 use base qw(WebService::TypePad::Object);
  2         17  
  2         318  
6              
7             1;
8              
9             =head1 NAME
10              
11             WebService::TypePad::Object::Base - Perl representation of TypePad's Base object type
12              
13             =head1 SYNOPSIS
14              
15             use WebService::TypePad::Object::Base;
16             my $base = WebService::TypePad::Object::Base->new();
17              
18             =head1 DESCRIPTION
19              
20             This is a Perl representation of TypePad's Base object type.
21             For more information about this type and its parameters, see L.
22              
23             =head1 PROPERTIES
24              
25             Each of these properties has an accessor method which will retrieve the property's value when called with no arguments or set the property's value when called with one argument.
26              
27             =head1 SEE ALSO
28              
29             =over 1
30              
31             =item * L
32              
33             =back