File Coverage

blib/lib/Rosetta/Validator.pm
Criterion Covered Total %
statement 13 15 86.6
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 20 90.0


line stmt bran cond sub pod time code
1             #!perl
2 1     1   3531 use 5.008001;
  1         4  
  1         43  
3 1     1   6 use utf8;
  1         1  
  1         7  
4 1     1   25 use strict;
  1         2  
  1         39  
5 1     1   5 use warnings;
  1         2  
  1         44  
6              
7             # External packages used by packages in this file, that don't export symbols:
8 1     1   655 use only 'Locale::KeyedText' => '1.72.0-';
  0            
  0            
9             use only 'Rosetta' => '0.724.0';
10              
11             ###########################################################################
12             ###########################################################################
13              
14             # Constant values used by packages in this file:
15             use only 'Readonly' => '1.03-';
16             # (None Yet)
17              
18             ###########################################################################
19             ###########################################################################
20              
21             { package Rosetta::Validator; # module
22             use version; our $VERSION = qv('0.724.0');
23              
24             # External packages used by the Rosetta::Validator module, that do export symbols:
25             # (None Yet)
26              
27             # Attributes of every Rosetta::Validator object:
28             # (None Yet)
29              
30             ###########################################################################
31              
32              
33              
34             ###########################################################################
35              
36             } # module Rosetta::Validator
37              
38             ###########################################################################
39             ###########################################################################
40              
41             1; # Magic true value required at end of a reuseable file's code.
42             __END__