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   42 use strict;
  13         13  
  13         304  
5 13     13   38 use warnings;
  13         13  
  13         260  
6              
7 13     13   36 use parent 'Locale::Maketext';
  13         12  
  13         72  
8              
9             our $VERSION = '0.17';
10              
11             1;
12              
13             __END__