File Coverage

blib/lib/LINE/Bot/API/Event/Leave.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


line stmt bran cond sub pod time code
1             package LINE::Bot::API::Event::Leave;
2 51     51   335 use strict;
  51         210  
  51         1499  
3 51     51   256 use warnings;
  51         92  
  51         1284  
4 51     51   245 use parent 'LINE::Bot::API::Event::Base';
  51         97  
  51         256  
5              
6 1     1 0 7 sub is_leave_event { 1 }
7              
8             1;