File Coverage

blib/lib/Number/Phone/JP/Table/Upt.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::Upt;
2              
3 1     1   10 use strict;
  1         2  
  1         25  
4 1     1   4 use warnings;
  1         2  
  1         39  
5             require Number::Phone::JP::Table::Fmc;
6              
7             our $VERSION = '0.20190507';
8              
9 1     1   4 no warnings 'once';
  1         2  
  1         42  
10             our %TEL_TABLE = %Number::Phone::JP::Table::Fmc::TEL_TABLE;
11              
12             1;
13             __END__