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 46     46   361 use strict;
  46         101  
  46         1264  
3 46     46   236 use warnings;
  46         92  
  46         1034  
4 46     46   247 use utf8;
  46         109  
  46         203  
5 46     46   1021 use parent 'LINE::Bot::API::Response::Common';
  46         104  
  46         214  
6              
7 1     1 0 5 sub richmenus { $_[0]->{richmenus} }
8              
9             1;
10