File Coverage

blib/lib/WWW/TypePad/Nouns.pm
Criterion Covered Total %
statement 6 10 60.0
branch n/a
condition n/a
subroutine 2 4 50.0
pod 0 2 0.0
total 8 16 50.0


line stmt bran cond sub pod time code
1             package WWW::TypePad::Nouns;
2             ### BEGIN auto-generated
3             ### This is an automatically generated code, do not edit!
4             ### Scroll down to look for END to add additional methods
5              
6 1     1   5 use strict;
  1         1  
  1         32  
7 1     1   3 use Any::Moose;
  1         1  
  1         5  
8             extends 'WWW::TypePad::Noun';
9              
10 0     0 0   sub prefix { '/nouns' }
11              
12             sub get {
13 0     0 0   my $api = shift;
14 0           my $id = shift;
15 0           $api->_get($id);
16             }
17              
18              
19             ### END auto-generated
20              
21              
22              
23              
24             1;