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.02'; | ||||||
3 | 1 | 1 | 1368 | use 5.008; | |||
1 | 3 | ||||||
4 | 1 | 1 | 3 | use strict; | |||
1 | 2 | ||||||
1 | 15 | ||||||
5 | 1 | 1 | 4 | use warnings; | |||
1 | 1 | ||||||
1 | 33 | ||||||
6 | |||||||
7 | # ABSTRACT: A Collection of Routines for validating and transforming strings | ||||||
8 | |||||||
9 | |||||||
10 | 1; | ||||||
11 | |||||||
12 | # End of Validator | ||||||
13 | |||||||
14 | __END__ |