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 52     52   328 use strict;
  52         94  
  52         2227  
3 52     52   299 use warnings;
  52         101  
  52         2821  
4 52     52   268 use parent 'LINE::Bot::API::Response::Common';
  52         88  
  52         277  
5              
6 1     1 0 6 sub total_usage { $_[0]->{totalUsage} }
7              
8             1;