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 20     20   17207 use strict;
  20         54  
  20         704  
14 20     20   116 use warnings;
  20         44  
  20         644  
15 20     20   113 use version;
  20         49  
  20         173  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 20     20   2562 use v5.10.1;
  20         81  
20 20     20   120 use mro 'c3';
  20         39  
  20         219  
21 20     20   671 use utf8;
  20         62  
  20         158  
22 20     20   816 use if $^V ge v5.12.0, feature => 'unicode_strings';
  20         56  
  20         438  
23 20     20   3033 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  20         56  
  20         287  
24 20     20   25932 use Moo;
  20         49  
  20         181  
25              
26             extends('Locale::CLDR::Locales::En::Any');
27 20     20   8538 no Moo;
  20         46  
  20         112  
28              
29             1;
30              
31             # vim: tabstop=4