File Coverage

blib/lib/MixWithWords/EN.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package MixWithWords::EN;
2              
3 1     1   1287 use Lingua::EN::Number::Format::MixWithWords;
  1         3  
  1         9  
4 1     1   950 use Package::Rename qw(link_package);
  1         196683  
  1         109  
5              
6             link_package "Lingua::EN::Number::Format::MixWithWords", "MixWithWords::EN";
7              
8             our $VERSION = '0.07'; # VERSION
9              
10             1;
11             # ABSTRACT: Alias for Lingua::EN::Number::Format::MixWithWords
12              
13             __END__