blib/lib/LINE/Bot/API/Response/Content.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 9 | 11 | 81.8 |
branch | n/a | ||
condition | n/a | ||
subroutine | 3 | 5 | 60.0 |
pod | 0 | 2 | 0.0 |
total | 12 | 18 | 66.6 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package LINE::Bot::API::Response::Content; | ||||||
2 | 50 | 50 | 336 | use strict; | |||
50 | 123 | ||||||
50 | 1444 | ||||||
3 | 50 | 50 | 246 | use warnings; | |||
50 | 129 | ||||||
50 | 1383 | ||||||
4 | 50 | 50 | 983 | use parent 'LINE::Bot::API::Response::Common'; | |||
50 | 120 | ||||||
50 | 260 | ||||||
5 | |||||||
6 | 0 | 0 | 0 | sub fh { $_[0]->{fh} } | |||
7 | 0 | 0 | 0 | sub headers { $_[0]->{headers} } | |||
8 | |||||||
9 | 1; |