File Coverage

blib/lib/Locale/CLDR/Locales/Cy/Latn.pm
Criterion Covered Total %
statement 17 17 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 23 23 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Cy::Latn - Package for language Cy
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Cy::Latn;
10              
11             # This file auto generated
12             # on Fri 17 Jan 12:03:31 pm GMT
13              
14 19     19   12798 use version;
  19         46  
  19         140  
15              
16             our $VERSION = version->declare('v0.46.0');
17              
18 19     19   2765 use v5.12.0;
  19         80  
19 19     19   106 use mro 'c3';
  19         37  
  19         130  
20 19     19   623 use feature 'unicode_strings';
  19         51  
  19         2771  
21              
22 19     19   183 use Moo;
  19         48  
  19         156  
23              
24             extends('Locale::CLDR::Locales::Cy');
25              
26 19     19   10684 no Moo;
  19         43  
  19         112  
27              
28             1;