File Coverage

blib/lib/LINE/Bot/API/Response/TotalUsage.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package LINE::Bot::API::Response::TotalUsage;
2 46     46   297 use strict;
  46         95  
  46         1314  
3 46     46   213 use warnings;
  46         100  
  46         1097  
4 46     46   231 use parent 'LINE::Bot::API::Response::Common';
  46         101  
  46         227  
5              
6 1     1 0 5 sub total_usage { $_[0]->{totalUsage} }
7              
8             1;