File Coverage

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