File Coverage

blib/lib/Number/Phone/JP/Table/Fmc.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::Fmc;
2              
3 10     10   63 use strict;
  10         18  
  10         278  
4 10     10   42 use warnings;
  10         18  
  10         529  
5              
6             our $VERSION = '0.20120105';
7              
8             # Table last modified: 2012-02-01
9             our %TEL_TABLE = (
10             # Pref => q,
11             60 => '(?:3(?:5[0-6]|[34]\d)\d{5})',
12             );
13              
14             1;
15             __END__