blib/lib/CLDR/Number/Role/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
157 | 29 | 165 | 0 | $lang and exists $CLDR::Number::Data::Base::DATA->{$lang} |
175 | 189 | 1 | 4 | $ext and $ext =~ / -nu- ( [^-]+ ) /x |
193 | 190 | 9 | 0 | defined $system and exists $CLDR::Number::Data::System::DATA->{$system} |
257 | 0 | 3270 | 0 | exists $data->{$locale} and exists $data->{$locale}{$type} |
1137 | 2133 | 0 | exists $data->{$locale} and exists $data->{$locale}{$type} and exists $data->{$locale}{$type}{$key} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
242 | 8 | 156 | 41 | not @tree or $tree[-1] ne 'root' |