File Coverage

blib/lib/LINE/Bot/API/Response/NumberOfMessageDeliveries.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod 0 3 0.0
total 18 21 85.7


line stmt bran cond sub pod time code
1             package LINE::Bot::API::Response::NumberOfMessageDeliveries;
2 52     52   353 use strict;
  52         100  
  52         2048  
3 52     52   298 use warnings;
  52         122  
  52         2928  
4 52     52   299 use parent 'LINE::Bot::API::Response::Common';
  52         123  
  52         323  
5              
6 1     1 0 5 sub status { $_[0]->{status} }
7 1     1 0 4 sub broadcast { $_[0]->{broadcast} }
8 1     1 0 6 sub targeting { $_[0]->{targeting} }
9              
10             1;