blib/lib/CLDR/Number/Role/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
166 | 29 | 167 | 0 | $lang and exists $CLDR::Number::Data::Base::DATA->{$lang} |
184 | 191 | 1 | 4 | $ext and $ext =~ / -nu- ( [^-]+ ) /x |
206 | 192 | 9 | 0 | defined $system and exists $CLDR::Number::Data::System::DATA->{$system} |
270 | 0 | 3725 | 0 | exists $data->{$locale} and exists $data->{$locale}{$type} |
1340 | 2385 | 0 | exists $data->{$locale} and exists $data->{$locale}{$type} and exists $data->{$locale}{$type}{$key} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
255 | 8 | 158 | 41 | not @tree or $tree[-1] ne 'root' |