Condition Coverage

blib/lib/Lingua/TH/Numbers.pm
Criterion Covered Total %
condition 17 21 80.9


and 3 conditions

line !l l&&!r l&&r condition
261 0 60 0 defined $sign and $sign eq '-'
278 0 60 0 defined $decimals and $decimals ne ''
323 82 2 132 $digit eq '0' and $integer ne '0'
326 52 26 6 $power_of_ten == 0 and $digit eq '1'
78 2 4 $power_of_ten == 0 and $digit eq '1' and $integer ne '1'
44 2 18 $is_informal and $power_of_ten >= 2
46 4 14 $is_informal and $power_of_ten >= 2 and $digit eq '1'