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 50     50   344 use strict;
  50         108  
  50         1409  
3 50     50   246 use warnings;
  50         107  
  50         1155  
4 50     50   247 use utf8;
  50         96  
  50         256  
5 50     50   1156 use parent 'LINE::Bot::API::Response::Common';
  50         105  
  50         287  
6              
7 1     1 0 5 sub richmenus { $_[0]->{richmenus} }
8              
9             1;
10