File Coverage

blib/lib/Form/Processor/I18N.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: ** Please provide abstract **
2              
3             package Form::Processor::I18N;
4             $Form::Processor::I18N::VERSION = '1.162360';
5 35     35   112 use strict;
  35         36  
  35         815  
6 35     35   108 use warnings;
  35         36  
  35         704  
7 35     35   96 use base qw(Locale::Maketext);
  35         34  
  35         14784  
8              
9             1;
10              
11             __END__