blib/lib/LINE/Bot/API/Response/NumberOfSentMessages.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 11 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | 0 | 2 | 0.0 |
total | 16 | 18 | 88.8 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package LINE::Bot::API::Response::NumberOfSentMessages; | ||||||
2 | 46 | 46 | 298 | use strict; | |||
46 | 419 | ||||||
46 | 1313 | ||||||
3 | 46 | 46 | 223 | use warnings; | |||
46 | 94 | ||||||
46 | 1105 | ||||||
4 | 46 | 46 | 226 | use parent 'LINE::Bot::API::Response::Common'; | |||
46 | 84 | ||||||
46 | 258 | ||||||
5 | |||||||
6 | 4 | 4 | 0 | 21 | sub status { $_[0]->{status} } | ||
7 | 4 | 4 | 0 | 17 | sub success { $_[0]->{success} } | ||
8 | |||||||
9 | 1; | ||||||
10 |