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 NAME
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 Fri 13 Oct 9:13:32 am GMT
12              
13 6     6   55529 use strict;
  6         16  
  6         173  
14 6     6   29 use warnings;
  6         12  
  6         151  
15 6     6   27 use version;
  6         13  
  6         40  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 6     6   595 use v5.10.1;
  6         19  
20 6     6   35 use mro 'c3';
  6         11  
  6         43  
21 6     6   173 use utf8;
  6         72  
  6         40  
22 6     6   218 use if $^V ge v5.12.0, feature => 'unicode_strings';
  6         12  
  6         83  
23 6     6   668 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  6         12  
  6         53  
24 6     6   6143 use Moo;
  6         13  
  6         42  
25              
26             extends('Locale::CLDR::Locales::En::Any');
27 6     6   2140 no Moo;
  6         16  
  6         25  
28              
29             1;
30              
31             # vim: tabstop=4