File Coverage

blib/lib/Locale/CLDR/Locales/Bg/Any.pm
Criterion Covered Total %
statement 17 17 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 23 23 100.0


line stmt bran cond sub pod time code
1             package Locale::CLDR::Locales::Bg::Any;
2              
3             # This file auto generated
4             # on Fri 13 Oct 9:07:18 am GMT
5              
6 19     19   7956 use version;
  19         39  
  19         91  
7              
8             our $VERSION = version->declare('v0.34.2');
9              
10 19     19   1613 use v5.10.1;
  19         58  
11 19     19   112 use mro 'c3';
  19         33  
  19         82  
12 19     19   565 use if $^V ge v5.12.0, feature => 'unicode_strings';
  19         40  
  19         193  
13              
14 19     19   1458 use Moo;
  19         37  
  19         89  
15              
16             extends('Locale::CLDR::Locales::Bg');
17              
18 19     19   5620 no Moo;
  19         293  
  19         104  
19              
20             1;