File Coverage

blib/lib/Number/Phone/JP/Table/Q2.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 Number::Phone::JP::Table::Q2;
2              
3 9     9   55 use strict;
  9         17  
  9         245  
4 9     9   42 use warnings;
  9         16  
  9         489  
5              
6             our $VERSION = '0.20190507';
7              
8             # Table last modified: 2019-05-07
9             our %TEL_TABLE = (
10             # Pref => q,
11             990 => '(?:5(?:1[36]|04|25)\d{3})',
12             );
13              
14             1;
15             __END__