Condition Coverage

blib/lib/Lingua/AF/Numbers.pm
Criterion Covered Total %
condition 0 50 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] != 0
118 0 0 0 defined $$digits[2] and $$digits[2] != 0
162 0 0 0 $$digits[0] == 0 and $$digits[1] == 0

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
162 0 0 0 $$digits[0] == 0 or $$digits[1] == 0
0 0 0 $$digits[0] == 0 or $$digits[1] == 0 or $$digits[1] == 1
188 0 0 0 $units or $tens
192 0 0 0 $tens == 1 or $units == 0