File Coverage

blib/lib/Number/Phone/StubCountry/US.pm
Criterion Covered Total %
statement 21 21 100.0
branch 2 2 100.0
condition n/a
subroutine 7 7 100.0
pod 2 2 100.0
total 32 32 100.0


line stmt bran cond sub pod time code
1             # automatically generated file, don't edit
2              
3              
4              
5             # Copyright 2023 David Cantrell, derived from data from libphonenumber
6             # http://code.google.com/p/libphonenumber/
7             #
8             # Licensed under the Apache License, Version 2.0 (the "License");
9             # you may not use this file except in compliance with the License.
10             # You may obtain a copy of the License at
11             #
12             # http://www.apache.org/licenses/LICENSE-2.0
13             #
14             # Unless required by applicable law or agreed to in writing, software
15             # distributed under the License is distributed on an "AS IS" BASIS,
16             # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17             # See the License for the specific language governing permissions and
18             # limitations under the License.
19             package Number::Phone::StubCountry::US;
20 3     3   1796 use base qw(Number::Phone::StubCountry);
  3         10  
  3         398  
21              
22 3     3   21 use strict;
  3         10  
  3         72  
23 3     3   22 use warnings;
  3         8  
  3         86  
24 3     3   17 use utf8;
  3         6  
  3         30  
25             our $VERSION = 1.20230903131448;
26              
27             my $formatters = [
28             {
29             'format' => '$1-$2',
30             'leading_digits' => '310',
31             'pattern' => '(\\d{3})(\\d{4})'
32             },
33             {
34             'format' => '$1-$2',
35             'intl_format' => 'NA',
36             'leading_digits' => '
37             [24-9]|
38             3(?:
39             [02-9]|
40             1[1-9]
41             )
42             ',
43             'pattern' => '(\\d{3})(\\d{4})'
44             },
45             {
46             'format' => '($1) $2-$3',
47             'intl_format' => '$1-$2-$3',
48             'leading_digits' => '[2-9]',
49             'pattern' => '(\\d{3})(\\d{3})(\\d{4})'
50             }
51             ];
52              
53             my $validators = {
54             'geographic' => '(
55             5056(?:
56             [0-35-9]\\d|
57             4[46]
58             )\\d{4}|
59             (?:
60             4722|
61             505[2-57-9]|
62             983[29]
63             )\\d{6}|
64             (?:
65             2(?:
66             0[1-35-9]|
67             1[02-9]|
68             2[03-589]|
69             3[149]|
70             4[08]|
71             5[1-46]|
72             6[0279]|
73             7[0269]|
74             8[13]
75             )|
76             3(?:
77             0[1-57-9]|
78             1[02-9]|
79             2[01356]|
80             3[0-24679]|
81             4[167]|
82             5[0-2]|
83             6[014]|
84             8[056]
85             )|
86             4(?:
87             0[124-9]|
88             1[02-579]|
89             2[3-5]|
90             3[0245]|
91             4[023578]|
92             58|
93             6[349]|
94             7[0589]|
95             8[04]
96             )|
97             5(?:
98             0[1-47-9]|
99             1[0235-8]|
100             20|
101             3[0149]|
102             4[01]|
103             5[179]|
104             6[1-47]|
105             7[0-5]|
106             8[0256]
107             )|
108             6(?:
109             0[1-35-9]|
110             1[024-9]|
111             2[03689]|
112             [34][016]|
113             5[01679]|
114             6[0-279]|
115             78|
116             8[0-29]
117             )|
118             7(?:
119             0[1-46-8]|
120             1[2-9]|
121             2[04-7]|
122             3[1247]|
123             4[037]|
124             5[47]|
125             6[02359]|
126             7[0-59]|
127             8[156]
128             )|
129             8(?:
130             0[1-68]|
131             1[02-8]|
132             2[068]|
133             3[0-2589]|
134             4[03578]|
135             5[046-9]|
136             6[02-5]|
137             7[028]
138             )|
139             9(?:
140             0[1346-9]|
141             1[02-9]|
142             2[0589]|
143             3[0146-8]|
144             4[01357-9]|
145             5[12469]|
146             7[0-389]|
147             8[04-69]
148             )
149             )[2-9]\\d{6}
150             |
151             5056(?:
152             [0-35-9]\\d|
153             4[46]
154             )\\d{4}|
155             (?:
156             4722|
157             505[2-57-9]|
158             983[29]
159             )\\d{6}|
160             (?:
161             2(?:
162             0[1-35-9]|
163             1[02-9]|
164             2[03-589]|
165             3[149]|
166             4[08]|
167             5[1-46]|
168             6[0279]|
169             7[0269]|
170             8[13]
171             )|
172             3(?:
173             0[1-57-9]|
174             1[02-9]|
175             2[01356]|
176             3[0-24679]|
177             4[167]|
178             5[0-2]|
179             6[014]|
180             8[056]
181             )|
182             4(?:
183             0[124-9]|
184             1[02-579]|
185             2[3-5]|
186             3[0245]|
187             4[023578]|
188             58|
189             6[349]|
190             7[0589]|
191             8[04]
192             )|
193             5(?:
194             0[1-47-9]|
195             1[0235-8]|
196             20|
197             3[0149]|
198             4[01]|
199             5[179]|
200             6[1-47]|
201             7[0-5]|
202             8[0256]
203             )|
204             6(?:
205             0[1-35-9]|
206             1[024-9]|
207             2[03689]|
208             [34][016]|
209             5[01679]|
210             6[0-279]|
211             78|
212             8[0-29]
213             )|
214             7(?:
215             0[1-46-8]|
216             1[2-9]|
217             2[04-7]|
218             3[1247]|
219             4[037]|
220             5[47]|
221             6[02359]|
222             7[0-59]|
223             8[156]
224             )|
225             8(?:
226             0[1-68]|
227             1[02-8]|
228             2[068]|
229             3[0-2589]|
230             4[03578]|
231             5[046-9]|
232             6[02-5]|
233             7[028]
234             )|
235             9(?:
236             0[1346-9]|
237             1[02-9]|
238             2[0589]|
239             3[0146-8]|
240             4[01357-9]|
241             5[12469]|
242             7[0-389]|
243             8[04-69]
244             )
245             )[2-9]\\d{6}
246             )',
247             'pager' => '',
248             'personal_number' => '
249             52(?:
250             3(?:
251             [2-46-9][02-9]\\d|
252             5(?:
253             [02-46-9]\\d|
254             5[0-46-9]
255             )
256             )|
257             4(?:
258             [2-478][02-9]\\d|
259             5(?:
260             [034]\\d|
261             2[024-9]|
262             5[0-46-9]
263             )|
264             6(?:
265             0[1-9]|
266             [2-9]\\d
267             )|
268             9(?:
269             [05-9]\\d|
270             2[0-5]|
271             49
272             )
273             )
274             )\\d{4}|
275             52[34][2-9]1[02-9]\\d{4}|
276             5(?:
277             00|
278             2[125-9]|
279             33|
280             44|
281             66|
282             77|
283             88
284             )[2-9]\\d{6}
285             ',
286             'specialrate' => '(900[2-9]\\d{6})',
287             'toll_free' => '
288             8(?:
289             00|
290             33|
291             44|
292             55|
293             66|
294             77|
295             88
296             )[2-9]\\d{6}
297             ',
298             'voip' => ''
299             };
300 3     3   511 use Number::Phone::NANP::Data;
  3         15  
  3         481  
301             sub areaname {
302 2     2 1 14 Number::Phone::NANP::Data::_areaname('1'.shift()->{number}); }
303              
304             sub new {
305 100     100 1 318 my $class = shift;
306 100         201 my $number = shift;
307 100         776 $number =~ s/(^\+1|\D)//g;
308 100         619 my $self = bless({ country_code => '1', number => $number, formatters => $formatters, validators => $validators, }, $class);
309 100 100       537 return $self->is_valid() ? $self : undef;
310             }
311             1;