File Coverage

blib/lib/MixWithWords/ID.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::ID;
2              
3 1     1   1564 use Lingua::ID::Number::Format::MixWithWords;
  1         3  
  1         6  
4 1     1   670 use Package::Rename qw(link_package);
  1         5261  
  1         77  
5              
6             link_package "Lingua::ID::Number::Format::MixWithWords", "MixWithWords::ID";
7              
8             our $VERSION = '0.06'; # VERSION
9             1;
10             # ABSTRACT: Alias for Lingua::ID::Number::Format::MixWithWords
11              
12             __END__