| 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 | 52 | 52 | 344 | use strict; | |||
| 52 | 94 | ||||||
| 52 | 2299 | ||||||
| 3 | 52 | 52 | 255 | use warnings; | |||
| 52 | 168 | ||||||
| 52 | 2815 | ||||||
| 4 | 52 | 52 | 302 | use parent 'LINE::Bot::API::Response::Common'; | |||
| 52 | 98 | ||||||
| 52 | 337 | ||||||
| 5 | |||||||
| 6 | 4 | 4 | 0 | 29 | sub status { $_[0]->{status} } | ||
| 7 | 4 | 4 | 0 | 25 | sub success { $_[0]->{success} } | ||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 |