File Coverage

blib/lib/WebService/Toggl/API/Me.pm
Criterion Covered Total %
statement 6 8 75.0
branch n/a
condition n/a
subroutine 2 4 50.0
pod n/a
total 8 12 66.6


line stmt bran cond sub pod time code
1             package WebService::Toggl::API::Me;
2              
3 1     1   988 use Moo;
  1         1  
  1         5  
4             extends 'WebService::Toggl::API::User';
5 1     1   313 use namespace::clean;
  1         1  
  1         5  
6              
7 0     0     sub api_path { 'me' }
8 0     0     sub api_id { '' }
9              
10              
11             1;
12             __END__
13              
14             "invitation" : {},
15              
16             "achievements" : [
17             2,
18             10,
19             11,
20             12
21             ],
22              
23             "new_blog_post" : {
24             "pub_date" : "2014-06-17T10:07:45Z",
25             "url" : "http://blog.toggl.com/2014/06/top-3-time-management-mistakes-identified-togglers/?utm_source=rss&utm_medium=rss&utm_campaign=top-3-time-management-mistakes-identified-togglers",
26             "title" : "Top 3 Time Management Mistakes Identified By Togglers",
27             "category" : "Uncategorized"
28             },