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 46     46   307 use strict;
  46         97  
  46         1284  
3 46     46   226 use warnings;
  46         89  
  46         1085  
4 46     46   216 use parent 'LINE::Bot::API::Response::Common';
  46         87  
  46         225  
5              
6 1     1 0 6 sub status { $_[0]->{status} }
7 1     1 0 6 sub broadcast { $_[0]->{broadcast} }
8 1     1 0 6 sub targeting { $_[0]->{targeting} }
9              
10             1;