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 50     50   337 use strict;
  50         115  
  50         1475  
3 50     50   289 use warnings;
  50         99  
  50         1218  
4 50     50   241 use parent 'LINE::Bot::API::Response::Common';
  50         116  
  50         244  
5              
6 1     1 0 5 sub total_usage { $_[0]->{totalUsage} }
7              
8             1;