File Coverage

blib/lib/MojoX/Validator.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package MojoX::Validator;
2              
3 2     2   26841 use strict;
  2         4  
  2         65  
4 2     2   8 use warnings;
  2         2  
  2         51  
5              
6 2     2   7 use base 'Input::Validator';
  2         4  
  2         1288  
7              
8             our $VERSION = '0.0016';
9              
10             1;
11             __END__