blib/lib/WebService/Toggl/API/TimeEntries.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::TimeEntries; | ||||||
2 | |||||||
3 | 1 | 1 | 1115 | use Moo; | |||
1 | 1 | ||||||
1 | 6 | ||||||
4 | with 'WebService::Toggl::Role::API', 'WebService::Toggl::Role::Set'; | ||||||
5 | 1 | 1 | 353 | use namespace::clean; | |||
1 | 30 | ||||||
1 | 4 | ||||||
6 | |||||||
7 | 0 | 0 | sub list_of { '::TimeEntry' } | ||||
8 | |||||||
9 | 0 | 0 | sub api_path { 'time_entries' } | ||||
10 | |||||||
11 | 1; | ||||||
12 | __END__ |