File Coverage

blib/lib/Web/Machine/I18N.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 14 100.0


line stmt bran cond sub pod time code
1             package Web::Machine::I18N;
2             BEGIN {
3 13     13   518 $Web::Machine::I18N::AUTHORITY = 'cpan:STEVAN';
4             }
5             # ABSTRACT: The I18N support for HTTP information
6             $Web::Machine::I18N::VERSION = '0.15';
7 13     13   73 use strict;
  13         30  
  13         433  
8 13     13   96 use warnings;
  13         27  
  13         452  
9              
10 13     13   174 use parent 'Locale::Maketext';
  13         34  
  13         150  
11              
12             1;
13              
14             __END__