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   51 use strict;
  9         17  
  9         229  
4 9     9   38 use warnings;
  9         14  
  9         350  
5             require Number::Phone::JP::Table::Mobile;
6              
7             our $VERSION = '0.20190521';
8              
9 9     9   39 no warnings 'once';
  9         11  
  9         398  
10             our %TEL_TABLE = %Number::Phone::JP::Table::Mobile::TEL_TABLE;
11              
12             1;
13             __END__