File Coverage

blib/lib/String/Validator.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package String::Validator;
2             $String::Validator::VERSION = '2.03';
3 1     1   1310 use 5.008;
  1         4  
4 1     1   6 use strict;
  1         2  
  1         19  
5 1     1   5 use warnings;
  1         1  
  1         35  
6              
7             # ABSTRACT: A Collection of Routines for validating and transforming strings
8              
9              
10             1;
11              
12             # End of Validator
13              
14             __END__