| 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 | 304 | use strict; | |||
| 46 | 106 | ||||||
| 46 | 1302 | ||||||
| 3 | 46 | 46 | 243 | use warnings; | |||
| 46 | 101 | ||||||
| 46 | 1234 | ||||||
| 4 | 46 | 46 | 225 | use parent 'LINE::Bot::API::Response::Common'; | |||
| 46 | 92 | ||||||
| 46 | 221 | ||||||
| 5 | |||||||
| 6 | 4 | 4 | 0 | 21 | sub status { $_[0]->{status} } | ||
| 7 | 4 | 4 | 0 | 19 | sub success { $_[0]->{success} } | ||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 |