File Coverage

blib/lib/Locale/CLDR/Locales/Ar/Any/Ly.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::Ar::Any::Ly - Package for language Arabic
4              
5             =cut
6              
7             package Locale::CLDR::Locales::Ar::Any::Ly;
8             # This file auto generated from Data\common\main\ar_LY.xml
9             # on Sun 24 Apr 8:14:52 am GMT
10              
11 1     1   867 use version;
  1         2  
  1         4  
12              
13             our $VERSION = version->declare('v0.29.0');
14              
15 1     1   92 use v5.10.1;
  1         3  
16 1     1   6 use mro 'c3';
  1         2  
  1         8  
17 1     1   37 use utf8;
  1         2  
  1         4  
18 1     1   26 use if $^V ge v5.12.0, feature => 'unicode_strings';
  1         2  
  1         10  
19              
20 1     1   91 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  1         1  
  1         9  
21 1     1   774 use Moo;
  1         2  
  1         8  
22              
23             extends('Locale::CLDR::Locales::Ar::Any');
24             has 'default_numbering_system' => (
25             is => 'ro',
26             isa => Str,
27             init_arg => undef,
28             default => 'latn',
29             );
30              
31             has 'number_symbols' => (
32             is => 'ro',
33             isa => HashRef,
34             init_arg => undef,
35             default => sub { {
36             'latn' => {
37             'decimal' => q(,),
38             'group' => q(.),
39             },
40             } }
41             );
42              
43 1     1   1912 no Moo;
  1         1  
  1         5  
44              
45             1;
46              
47             # vim: tabstop=4