File Coverage

blib/lib/Locale/CLDR/Locales/Ig/Any/Ng.pm
Criterion Covered Total %
statement 23 23 100.0
branch n/a
condition n/a
subroutine 8 8 100.0
pod n/a
total 31 31 100.0


line stmt bran cond sub pod time code
1             =head1
2              
3             Locale::CLDR::Locales::Ig::Any::Ng - Package for language Igbo
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Ig::Any::Ng;
8             # This file auto generated from Data\common\main\ig_NG.xml
9             # on Sun 24 Apr 8:34:43 am GMT
10              
11 1     1   1774 use version;
  1         2  
  1         9  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   142 use v5.10.1;
  1         3  
16 1     1   5 use mro 'c3';
  1         2  
  1         9  
17 1     1   53 use utf8;
  1         2  
  1         10  
18 1     1   50 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         21  
19              
20 1     1   154 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         7  
  1         10  
21 1     1   1135 use Moo;
  1         2  
  1         22  
22              
23             extends('Locale::CLDR::Locales::Ig::Any');
24 1     1   3229 no Moo;
  1         2  
  1         7  
25              
26             1;
27              
28             # vim: tabstop=4