File Coverage

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


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::En::Any::Us - Package for language English
4              
5             =cut
6              
7             package Locale::CLDR::Locales::En::Any::Us;
8             # This file auto generated from Data\common\main\en_US.xml
9             # on Sun 24 Apr 8:24:57 am GMT
10              
11 6     6   117925 use version;
  6         11  
  6         41  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 6     6   574 use v5.10.1;
  6         13  
16 6     6   26 use mro 'c3';
  6         9  
  6         43  
17 6     6   196 use utf8;
  6         9  
  6         36  
18 6     6   175 use if $^V ge v5.12.0, feature => 'unicode_strings';
  6         9  
  6         103  
19              
20 6     6   684 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  6         9  
  6         55  
21 6     6   4357 use Moo;
  6         9  
  6         41  
22              
23             extends('Locale::CLDR::Locales::En::Any');
24 6     6   11379 no Moo;
  6         11  
  6         25  
25              
26             1;
27              
28             # vim: tabstop=4