File Coverage

blib/lib/FormValidator/LazyWay/Rule/Email/EN.pm
Criterion Covered Total %
statement 6 8 75.0
branch n/a
condition n/a
subroutine 2 4 50.0
pod 0 2 0.0
total 8 14 57.1


line stmt bran cond sub pod time code
1             package FormValidator::LazyWay::Rule::Email::EN;
2              
3 1     1   4 use strict;
  1         1  
  1         28  
4 1     1   4 use warnings;
  1         3  
  1         46  
5              
6 0     0 0   sub email { 'email address format' }
7 0     0 0   sub email_loose { 'email address format' }
8              
9              
10             1;