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 NAME
4              
5             Locale::CLDR::Locales::Ha::Any::Ne - Package for language Hausa
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Ha::Any::Ne;
10             # This file auto generated from Data\common\main\ha_NE.xml
11             # on Fri 13 Oct 9:18:57 am GMT
12              
13 1     1   931 use strict;
  1         2  
  1         26  
14 1     1   5 use warnings;
  1         1  
  1         21  
15 1     1   4 use version;
  1         2  
  1         4  
16              
17             our $VERSION = version->declare('v0.34.2');
18              
19 1     1   84 use v5.10.1;
  1         4  
20 1     1   4 use mro 'c3';
  1         1  
  1         4  
21 1     1   33 use utf8;
  1         3  
  1         5  
22 1     1   30 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         1  
  1         10  
23 1     1   105 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         2  
  1         6  
24 1     1   886 use Moo;
  1         2  
  1         4  
25              
26             extends('Locale::CLDR::Locales::Ha::Any');
27             has 'display_name_language' => (
28             is => 'ro',
29             isa => CodeRef,
30             init_arg => undef,
31             default => sub {
32             sub {
33             my %languages = (
34             'eo' => 'Dʼan/Ƴar Kabilar Andalus',
35             'eu' => 'Dan/Ƴar Kabilar Bas',
36             'kn' => 'Dan/Ƴar Kabilar Kannada',
37             'sq' => 'Dʼan/Ƴar Kabilar Albaniya',
38             'te' => 'Dʼan/Ƴar Kabilar Telug',
39              
40             );
41             if (@_) {
42             return $languages{$_[0]};
43             }
44             return \%languages;
45             }
46             },
47             );
48              
49             has 'characters' => (
50             is => 'ro',
51             isa => HashRef,
52             init_arg => undef,
53             default => $^V ge v5.18.0
54             ? eval <<'EOT'
55             sub {
56             no warnings 'experimental::regex_sets';
57             return {
58             auxiliary => qr{[á à â é è ê í ì î ó ò ô p q {r̃} ú ù û v x {ʼy}]},
59             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'],
60             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 ʼ]},
61             };
62             },
63             EOT
64             : sub {
65             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'], };
66             },
67 1     1   111 );
  1         3  
  1         118  
68              
69              
70 1     1   519 no Moo;
  1         2  
  1         4  
71              
72             1;
73              
74             # vim: tabstop=4