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 | 50 | 50 | 334 | use strict; | |||
50 | 110 | ||||||
50 | 1440 | ||||||
3 | 50 | 50 | 239 | use warnings; | |||
50 | 103 | ||||||
50 | 1311 | ||||||
4 | 50 | 50 | 247 | use parent 'LINE::Bot::API::Response::Common'; | |||
50 | 107 | ||||||
50 | 263 | ||||||
5 | |||||||
6 | 1 | 1 | 0 | 6 | sub status { $_[0]->{status} } | ||
7 | 1 | 1 | 0 | 6 | sub followers { $_[0]->{followers} } | ||
8 | 1 | 1 | 0 | 5 | sub targetedReaches { $_[0]->{targetedReaches} } | ||
9 | 1 | 1 | 0 | 6 | sub blocks { $_[0]->{blocks} } | ||
10 | |||||||
11 | 1; |