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 46     46   306 use strict;
  46         96  
  46         1319  
3 46     46   242 use warnings;
  46         89  
  46         1135  
4 46     46   884 use parent 'LINE::Bot::API::Response::Common';
  46         110  
  46         241  
5              
6 0     0 0   sub fh { $_[0]->{fh} }
7 0     0 0   sub headers { $_[0]->{headers} }
8              
9             1;