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 50     50   340 use strict;
  50         126  
  50         1402  
3 50     50   261 use warnings;
  50         121  
  50         1225  
4 50     50   251 use parent 'LINE::Bot::API::Response::Common';
  50         101  
  50         291  
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;