File Coverage

blib/lib/Locale/CLDR/Locales/Yrl/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             Yrl::Latn - Package for language Yrl
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Yrl::Latn;
10              
11             # This file auto generated
12             # on Fri 17 Jan 12:03:31 pm GMT
13              
14 1     1   766 use version;
  1         3  
  1         7  
15              
16             our $VERSION = version->declare('v0.46.0');
17              
18 1     1   147 use v5.12.0;
  1         4  
19 1     1   7 use mro 'c3';
  1         2  
  1         7  
20 1     1   40 use feature 'unicode_strings';
  1         2  
  1         142  
21              
22 1     1   7 use Moo;
  1         2  
  1         7  
23              
24             extends('Locale::CLDR::Locales::Yrl');
25              
26 1     1   707 no Moo;
  1         2  
  1         5  
27              
28             1;