File Coverage

blib/lib/LINE/Bot/API/Event/Unfollow.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::Unfollow;
2 47     47   307 use strict;
  47         98  
  47         1357  
3 47     47   236 use warnings;
  47         99  
  47         1260  
4 47     47   254 use parent 'LINE::Bot::API::Event::Base';
  47         105  
  47         219  
5              
6 1     1 0 5 sub is_unfollow_event { 1 }
7              
8             1;