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   792 use Lingua::ID::Number::Format::MixWithWords;
  1         2  
  1         42  
4 1     1   378 use Package::Rename qw(link_package);
  1         3083  
  1         74  
5              
6             link_package "Lingua::ID::Number::Format::MixWithWords", "MixWithWords::ID";
7              
8             our $VERSION = '0.07'; # VERSION
9             1;
10             # ABSTRACT: Alias for Lingua::ID::Number::Format::MixWithWords
11              
12             __END__