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             # This file auto generated from Data/common/main/en_US.xml
10             # on Mon 11 Apr 5:27:09 pm GMT
11              
12             use strict;
13 6     6   53610 use warnings;
  6         12  
  6         158  
14 6     6   27 use version;
  6         13  
  6         140  
15 6     6   25  
  6         10  
  6         42  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 6     6   547 use mro 'c3';
  6         20  
20 6     6   28 use utf8;
  6         11  
  6         46  
21 6     6   177 use if $^V ge v5.12.0, feature => 'unicode_strings';
  6         10  
  6         47  
22 6     6   171 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  6         10  
  6         82  
23 6     6   689 use Moo;
  6         14  
  6         145  
24 6     6   5446  
  6         9  
  6         42  
25             extends('Locale::CLDR::Locales::En::Any');
26             no Moo;
27 6     6   2023  
  6         11  
  6         24  
28             1;
29              
30             # vim: tabstop=4