File Coverage

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 52     52   354 use strict;
  52         106  
  52         2225  
3 52     52   279 use warnings;
  52         96  
  52         2913  
4 52     52   281 use parent 'LINE::Bot::API::Response::Common';
  52         102  
  52         346  
5              
6 0     0 0   sub fh { $_[0]->{fh} }
7 0     0 0   sub headers { $_[0]->{headers} }
8              
9             1;