File Coverage

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