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 20     20   12645 use warnings;
  20         43  
  20         553  
14 20     20   88 use version;
  20         36  
  20         515  
15 20     20   85  
  20         31  
  20         169  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 20     20   1930 use mro 'c3';
  20         59  
20 20     20   103 use utf8;
  20         34  
  20         138  
21 20     20   483 use if $^V ge v5.12.0, feature => 'unicode_strings';
  20         45  
  20         141  
22 20     20   615 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  20         31  
  20         260  
23 20     20   2255 use Moo;
  20         49  
  20         241  
24 20     20   19076  
  20         36  
  20         146  
25             extends('Locale::CLDR::Locales::En::Any');
26             no Moo;
27 20     20   6663  
  20         37  
  20         129  
28             1;
29              
30             # vim: tabstop=4