blib/lib/Lingua/NO/Num2Word.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 23 | 73.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
93 | 50 | 0 | 1 | defined $2 and $2 > 0 |
137 | 2 | 4 | 2 | $reminder < 100 and $reminder != 0 |
139 | 7 | 0 | 1 | $tmp3 == 1 and $tmp2 == 1 |
160 | 1 | 2 | 1 | $reminder < 100000 and $reminder != 0 |
162 | 3 | 0 | 1 | $tmp3 == 1 and $tmp2 == 1 |
line | l | !l | condition |
---|---|---|---|
66 | 1 | 1 | $singleton ||= bless({}, $class) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
65 | 0 | 2 | 0 | ref $invocant || $invocant |
93 | 1 | 0 | 51 | $number < 0 or defined $2 and $2 > 0 |