File Coverage

blib/lib/Number/Phone/JP/Table/Phs.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 Number::Phone::JP::Table::Phs;
2              
3 9     9   56 use strict;
  9         20  
  9         272  
4 9     9   49 use warnings;
  9         18  
  9         428  
5             require Number::Phone::JP::Table::Mobile;
6              
7             our $VERSION = '0.20190507';
8              
9 9     9   46 no warnings 'once';
  9         18  
  9         437  
10             our %TEL_TABLE = %Number::Phone::JP::Table::Mobile::TEL_TABLE;
11              
12             1;
13             __END__