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 | 50 | 50 | 336 | use strict; | |||
50 | 114 | ||||||
50 | 1444 | ||||||
3 | 50 | 50 | 264 | use warnings; | |||
50 | 111 | ||||||
50 | 1264 | ||||||
4 | 50 | 50 | 250 | use parent 'LINE::Bot::API::Response::Common'; | |||
50 | 100 | ||||||
50 | 263 | ||||||
5 | |||||||
6 | 4 | 4 | 0 | 20 | sub status { $_[0]->{status} } | ||
7 | 4 | 4 | 0 | 18 | sub success { $_[0]->{success} } | ||
8 | |||||||
9 | 1; | ||||||
10 |