Condition Coverage

blib/lib/Lingua/NL/Numbers.pm
Criterion Covered Total %
condition 0 58 0.0


and 3 conditions

line !l l&&!r l&&r condition
71 0 0 0 defined $$digits[10] and $$digits[10] != 0
0 0 0 defined $$digits[9] and $$digits[9] != 0
80 0 0 0 defined $$digits[8] and $$digits[8] != 0
81 0 0 0 $$digits[7] == 0 and $$digits[6] == 0
90 0 0 0 defined $$digits[7] and $$digits[7] != 0
0 0 0 defined $$digits[6] and $$digits[6] != 0
99 0 0 0 defined $$digits[5] and $$digits[5] != 0
100 0 0 0 $$digits[4] == 0 and $$digits[3] == 0
109 0 0 0 defined $$digits[4] and $$digits[4] != 0
0 0 0 defined $$digits[3] and $$digits[3] == 1
0 0 0 defined $$digits[3] and $$digits[3] != 0
121 0 0 0 defined $$digits[2] and $$digits[2] == 1
0 0 0 defined $$digits[2] and $$digits[2] != 0
169 0 0 0 $$digits[0] == 0 and $$digits[1] == 0

or 2 conditions

line l !l condition
41 0 0 shift() || ''
193 0 0 shift() || ' en '

or 3 conditions

line l !l&&r !l&&!r condition
169 0 0 0 $$digits[0] == 0 or $$digits[1] == 0
0 0 0 $$digits[0] == 0 or $$digits[1] == 0 or $$digits[1] == 1
196 0 0 0 $units or $tens
200 0 0 0 $tens == 1 or $units == 0