File Coverage

blib/lib/Locale/CLDR/Locales/Sma/Latn/No.pm
Criterion Covered Total %
statement 32 32 100.0
branch n/a
condition n/a
subroutine 11 11 100.0
pod n/a
total 43 43 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1 NAME
4              
5             Locale::CLDR::Locales::Sma::Latn::No - Package for language Southern Sami
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Sma::Latn::No;
10             # This file auto generated from Data\common\main\sma_NO.xml
11             # on Fri 17 Jan 12:03:31 pm GMT
12              
13 1     1   1843 use strict;
  1         2  
  1         49  
14 1     1   7 use warnings;
  1         9  
  1         62  
15 1     1   7 use version;
  1         2  
  1         8  
16              
17             our $VERSION = version->declare('v0.46.0');
18              
19 1     1   146 use v5.12.0;
  1         5  
20 1     1   7 use mro 'c3';
  1         3  
  1         8  
21 1     1   35 use utf8;
  1         3  
  1         8  
22 1     1   36 use feature 'unicode_strings';
  1         3  
  1         219  
23 1     1   8 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         3  
  1         11  
24 1     1   3195 use Moo;
  1         3  
  1         9  
25              
26             extends('Locale::CLDR::Locales::Sma::Latn');
27             has 'characters' => (
28             is => 'ro',
29             isa => HashRef,
30             init_arg => undef,
31             default => $^V ge v5.18.0
32             ? eval <<'EOT'
33             sub {
34             no warnings 'experimental::regex_sets';
35             return {
36             index => ['AÅ', 'Æ', 'B', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'OØ', 'P', 'R', 'S', 'T', 'U', 'V', 'Y'],
37             main => qr{[aå æ b d e f g h i j k l m n oø p r s t u v y]},
38             };
39             },
40             EOT
41             : sub {
42             return { index => ['AÅ', 'Æ', 'B', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'OØ', 'P', 'R', 'S', 'T', 'U', 'V', 'Y'], };
43             },
44 1     1   202 );
  1         2  
  1         187  
45              
46              
47 1     1   960 no Moo;
  1         3  
  1         23  
48              
49             1;
50              
51             # vim: tabstop=4