blib/lib/LINE/Bot/API/Response/UserInteractionStatistics.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 6 | 6 | 100.0 |
pod | 0 | 3 | 0.0 |
total | 18 | 21 | 85.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package LINE::Bot::API::Response::UserInteractionStatistics; | ||||||
2 | 50 | 50 | 340 | use strict; | |||
50 | 116 | ||||||
50 | 1473 | ||||||
3 | 50 | 50 | 261 | use warnings; | |||
50 | 107 | ||||||
50 | 1291 | ||||||
4 | 50 | 50 | 271 | use parent 'LINE::Bot::API::Response::Common'; | |||
50 | 105 | ||||||
50 | 252 | ||||||
5 | |||||||
6 | 7 | 7 | 0 | 35 | sub overview { $_[0]->{overview} } | ||
7 | 12 | 12 | 0 | 78 | sub messages { $_[0]->{messages} } | ||
8 | 10 | 10 | 0 | 51 | sub clicks { $_[0]->{clicks} } | ||
9 | |||||||
10 | 1; |