File Coverage

blib/lib/Mail/Karmasphere/Parser/Score/IP4.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod n/a
total 12 14 85.7


line stmt bran cond sub pod time code
1             package Mail::Karmasphere::Parser::Score::IP4;
2              
3 2     2   2021 use strict;
  2         3  
  2         66  
4 2     2   10 use warnings;
  2         3  
  2         55  
5 2     2   9 use base 'Mail::Karmasphere::Parser::Score::Base';
  2         3  
  2         1261  
6              
7 0     0     sub _streams { "ip4" }
8              
9             1;