File Coverage

blib/lib/Locale/CLDR/Locales/Bg/Any/Bg.pm
Criterion Covered Total %
statement 29 29 100.0
branch n/a
condition n/a
subroutine 10 10 100.0
pod n/a
total 39 39 100.0


line stmt bran cond sub pod time code
1             =encoding utf8
2              
3             =head1
4              
5             Locale::CLDR::Locales::Bg::Any::Bg - Package for language Bulgarian
6              
7             =cut
8              
9             package Locale::CLDR::Locales::Bg::Any::Bg;
10             # This file auto generated from Data\common\main\bg_BG.xml
11             # on Sun 16 Dec 4:07:24 pm GMT
12              
13 19     19   309673 use strict;
  19         50  
  19         626  
14 19     19   105 use warnings;
  19         58  
  19         594  
15 19     19   149 use version;
  19         44  
  19         171  
16              
17             our $VERSION = version->declare('v0.34.0');
18              
19 19     19   2253 use v5.10.1;
  19         79  
20 19     19   112 use mro 'c3';
  19         39  
  19         167  
21 19     19   550 use utf8;
  19         50  
  19         686  
22 19     19   814 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         41  
  19         338  
23 19     19   2669 use Types::Standard qw( Str Int HashRef ArrayRef CodeRef RegexpRef );
  19         50  
  19         237  
24 19     19   22773 use Moo;
  19         42  
  19         168  
25              
26             extends('Locale::CLDR::Locales::Bg::Any');
27 19     19   7709 no Moo;
  19         42  
  19         120  
28              
29             1;
30              
31             # vim: tabstop=4