blib/lib/LINE/Bot/API/Response/NumberOfMessageDeliveries.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 6 | 6 | 100.0 |
pod | 0 | 3 | 0.0 |
total | 18 | 21 | 85.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package LINE::Bot::API::Response::NumberOfMessageDeliveries; | ||||||
2 | 46 | 46 | 308 | use strict; | |||
46 | 95 | ||||||
46 | 1309 | ||||||
3 | 46 | 46 | 246 | use warnings; | |||
46 | 144 | ||||||
46 | 1174 | ||||||
4 | 46 | 46 | 263 | use parent 'LINE::Bot::API::Response::Common'; | |||
46 | 95 | ||||||
46 | 243 | ||||||
5 | |||||||
6 | 1 | 1 | 0 | 6 | sub status { $_[0]->{status} } | ||
7 | 1 | 1 | 0 | 80 | sub broadcast { $_[0]->{broadcast} } | ||
8 | 1 | 1 | 0 | 6 | sub targeting { $_[0]->{targeting} } | ||
9 | |||||||
10 | 1; |