File Coverage

blib/lib/Locale/CLDR/Locales/En/Latn/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 NAME
4              
5             Locale::CLDR::Locales::En::Latn::Us - Package for language English
6              
7             =cut
8              
9             package Locale::CLDR::Locales::En::Latn::Us;
10             # This file auto generated from Data\common\main\en_US.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 20     20   22948 use strict;
  20         93  
  20         1047  
14 20     20   145 use warnings;
  20         50  
  20         1580  
15 20     20   131 use version;
  20         48  
  20         192  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 20     20   3029 use v5.12.0;
  20         85  
20 20     20   162 use mro 'c3';
  20         50  
  20         186  
21 20     20   1000 use utf8;
  20         59  
  20         168  
22 20     20   887 use feature 'unicode_strings';
  20         47  
  20         3505  
23 20     20   223 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  20         43  
  20         269  
24 20     20   58563 use Moo;
  20         51  
  20         232  
25              
26             extends('Locale::CLDR::Locales::En::Latn');
27 20     20   12694 no Moo;
  20         60  
  20         147  
28              
29             1;
30              
31             # vim: tabstop=4