File Coverage

blib/lib/Locale/CLDR/Locales/Ha/Any/Ne.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
4              
5             Locale::CLDR::Locales::Ha::Any::Ne - Package for language Hausa
6              
7             =cut
8              
9             # This file auto generated from Data/common/main/ha_NE.xml
10             # on Mon 11 Apr 5:29:30 pm GMT
11              
12             use strict;
13 1     1   971 use warnings;
  1         2  
  1         23  
14 1     1   4 use version;
  1         2  
  1         22  
15 1     1   4  
  1         1  
  1         6  
16             our $VERSION = version->declare('v0.34.1');
17              
18             use v5.10.1;
19 1     1   95 use mro 'c3';
  1         2  
20 1     1   4 use utf8;
  1         1  
  1         7  
21 1     1   35 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         7  
22 1     1   27 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         10  
23 1     1   103 use Moo;
  1         2  
  1         7  
24 1     1   906  
  1         2  
  1         5  
25             extends('Locale::CLDR::Locales::Ha::Any');
26             has 'display_name_language' => (
27             is => 'ro',
28             isa => CodeRef,
29             init_arg => undef,
30             default => sub {
31             sub {
32             my %languages = (
33             'eo' => 'Dʼan/Ƴar Kabilar Andalus',
34             'eu' => 'Dan/Ƴar Kabilar Bas',
35             'kn' => 'Dan/Ƴar Kabilar Kannada',
36             'sq' => 'Dʼan/Ƴar Kabilar Albaniya',
37             'te' => 'Dʼan/Ƴar Kabilar Telug',
38              
39             );
40             if (@_) {
41             return $languages{$_[0]};
42             }
43             return \%languages;
44             }
45             },
46             );
47              
48             has 'characters' => (
49             is => 'ro',
50             isa => HashRef,
51             init_arg => undef,
52             default => $^V ge v5.18.0
53             ? eval <<'EOT'
54             sub {
55             no warnings 'experimental::regex_sets';
56             return {
57             auxiliary => qr{[á à â é è ê í ì î ó ò ô p q {r̃} ú ù û v x {ʼy}]},
58             index => ['A', 'B', 'Ɓ', 'C', 'D', 'Ɗ', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'Ƙ', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Ƴ', 'Z'],
59             main => qr{[a b ɓ c d ɗ e f g h i j k ƙ l m n o r s {sh} t {ts} u w y ƴ z ʼ]},
60             };
61             },
62             EOT
63             : sub {
64             return { index => ['A', 'B', 'Ɓ', 'C', 'D', 'Ɗ', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'Ƙ', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Ƴ', 'Z'], };
65             },
66             );
67 1     1   89  
  1         2  
  1         100  
68              
69             no Moo;
70 1     1   474  
  1         2  
  1         3  
71             1;
72              
73             # vim: tabstop=4