Condition Coverage

blib/lib/Lingua/GLE/Num2Word.pm
Criterion Covered Total %
condition 7 9 77.7


and 3 conditions

line !l l&&!r l&&r condition
35 1 0 22 defined $num && $num =~ /\A\d+\z/msux

or 3 conditions

line l !l&&r !l&&!r condition
35 1 0 22 not defined $num && $num =~ /\A\d+\z/msux or $num < 0
1 1 21 not defined $num && $num =~ /\A\d+\z/msux or $num < 0 or $num > 999999999