blib/lib/WWW/TypePad/Events.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::Events; | ||||||
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 | 4 | use strict; | |||
1 | 1 | ||||||
1 | 29 | ||||||
7 | 1 | 1 | 3 | use Any::Moose; | |||
1 | 1 | ||||||
1 | 3 | ||||||
8 | extends 'WWW::TypePad::Noun'; | ||||||
9 | |||||||
10 | 0 | 0 | 0 | sub prefix { '/events' } | |||
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; |