File Coverage

blib/lib/Locale/CLDR/Locales/En/Any/Us.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::En::Any::Us - Package for language English
6              
7             =cut
8              
9             package Locale::CLDR::Locales::En::Any::Us;
10             # This file auto generated from Data\common\main\en_US.xml
11             # on Sun 16 Dec 4:13:24 pm GMT
12              
13 6     6   61378 use strict;
  6         17  
  6         190  
14 6     6   34 use warnings;
  6         16  
  6         173  
15 6     6   27 use version;
  6         14  
  6         46  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 6     6   619 use v5.10.1;
  6         23  
20 6     6   34 use mro 'c3';
  6         15  
  6         45  
21 6     6   211 use utf8;
  6         15  
  6         42  
22 6     6   195 use if $^V ge v5.12.0, feature => 'unicode_strings';
  6         13  
  6         94  
23 6     6   788 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  6         12  
  6         125  
24 6     6   6405 use Moo;
  6         15  
  6         47  
25              
26             extends('Locale::CLDR::Locales::En::Any');
27 6     6   2204 no Moo;
  6         14  
  6         42  
28              
29             1;
30              
31             # vim: tabstop=4