| blib/lib/LINE/Bot/API/Response/NumberOfFollowers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 13 | 13 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 7 | 7 | 100.0 |
| pod | 0 | 4 | 0.0 |
| total | 20 | 24 | 83.3 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package LINE::Bot::API::Response::NumberOfFollowers; | ||||||
| 2 | 52 | 52 | 316 | use strict; | |||
| 52 | 172 | ||||||
| 52 | 2141 | ||||||
| 3 | 52 | 52 | 275 | use warnings; | |||
| 52 | 121 | ||||||
| 52 | 2698 | ||||||
| 4 | 52 | 52 | 343 | use parent 'LINE::Bot::API::Response::Common'; | |||
| 52 | 109 | ||||||
| 52 | 324 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 0 | 7 | sub status { $_[0]->{status} } | ||
| 7 | 1 | 1 | 0 | 7 | sub followers { $_[0]->{followers} } | ||
| 8 | 1 | 1 | 0 | 6 | sub targetedReaches { $_[0]->{targetedReaches} } | ||
| 9 | 1 | 1 | 0 | 6 | sub blocks { $_[0]->{blocks} } | ||
| 10 | |||||||
| 11 | 1; |