File Coverage

blib/lib/Validation/Interface.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             # ABSTRACT: Powerful Data Validation Framework
2             package Validation::Interface;
3              
4 1     1   788 use 5.10.0;
  1         4  
  1         42  
5              
6 1     1   6 use strict;
  1         2  
  1         34  
7 1     1   15 use warnings;
  1         2  
  1         42  
8              
9             # wait, ... lemme put some clothes on.
10              
11              
12             1;
13              
14             __END__