| blib/lib/CLDR/Number/Role/Format.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 15 | 22 | 68.1 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 175 | 0 | 0 | 102 | not defined $num_subpattern and $nonquoted =~ / ^ ( .*? ) # pre\342\200\223number pattern ( (?: \* \X )? [\@#0-9,.]+ ) # number pattern ( .* ) $ # post\342\200\223number pattern /x | 
| line | l | !l | condition | 
|---|---|---|---|
| 286 | 247 | 0 | CORE::length $int || 0 | 
| 291 | 197 | 50 | CORE::length $frac || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 135 | 39 | 0 | 205 | $cache->{'attribute'}{$input_pattern} || $cache->{'pattern'}{$input_pattern} && $cache->{'attribute'}{$cache->{'pattern'}{$input_pattern}[0]} | 
| 146 | 99 | 0 | 39 | $pattern && $pattern->[1] || $CLDR::Number::Role::Format::N | 
| 150 | 7 | 131 | 0 | $pattern && $pattern->[2] || $CLDR::Number::Role::Format::M . $self->_positive_pattern | 
| 242 | 10 | 7 | 256 | $num == $INF or $num == -$INF | 
| 273 | 8 | 207 | 0 | $self->secondary_grouping_size || $primary_group |