File Coverage

blib/lib/LINE/Bot/API/Event/MemberJoin.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::MemberJoin;
2 47     47   304 use strict;
  47         107  
  47         1284  
3 47     47   239 use warnings;
  47         84  
  47         1180  
4 47     47   228 use parent 'LINE::Bot::API::Event::Base';
  47         104  
  47         221  
5              
6 1     1 0 3686 sub is_member_join_event { 1 }
7              
8             1;