blib/lib/Lingua/HU/Numbers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 24 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 0 | 0 | 29 | defined $num and length $num |
60 | 4 | 21 | 1 | $int and length $int > 66 |
17 | 8 | 0 | $frac and length $frac > 66 | |
75 | 0 | 0 | 21 | defined $num and length $num |
89 | 15 | 1 | 5 | $num <= 2000 and $num =~ /^1(\d\d\d)$/x |
93 | 8 | 3 | 11 | $hun eq '1' && !$recur |
163 | 3 | 1 | 1 | $1 eq '1' and $2 eq '000' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 1 | 0 | 25 | $int and length $int > 66 or $frac and length $frac > 66 |