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   313 use strict;
  46         95  
  46         1290  
3 46     46   235 use warnings;
  46         89  
  46         1016  
4 46     46   230 use utf8;
  46         91  
  46         209  
5 46     46   1152 use parent 'LINE::Bot::API::Response::Common';
  46         96  
  46         218  
6              
7 1     1 0 5 sub richmenus { $_[0]->{richmenus} }
8              
9             1;
10