File Coverage

blib/lib/LINE/Bot/API/Response/RichMenuList.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 0 1 0.0
total 18 19 94.7


line stmt bran cond sub pod time code
1             package LINE::Bot::API::Response::RichMenuList;
2 52     52   338 use strict;
  52         125  
  52         2056  
3 52     52   274 use warnings;
  52         138  
  52         2674  
4 52     52   315 use utf8;
  52         97  
  52         345  
5 52     52   3012 use parent 'LINE::Bot::API::Response::Common';
  52         95  
  52         315  
6              
7 1     1 0 7 sub richmenus { $_[0]->{richmenus} }
8              
9             1;
10