File Coverage

blib/lib/Web/Machine/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             package Web::Machine::I18N;
2             # ABSTRACT: The I18N support for HTTP information
3              
4 13     13   54 use strict;
  13         14  
  13         426  
5 13     13   60 use warnings;
  13         16  
  13         370  
6              
7 13     13   55 use parent 'Locale::Maketext';
  13         18  
  13         104  
8              
9             our $VERSION = '0.16';
10              
11             1;
12              
13             __END__