Branch Coverage

blib/lib/Number/Format/SouthAsian.pm
Criterion Covered Total %
branch 19 24 79.1


line true false branch
99 0 142 unless (defined $number and looks_like_number $number)
103 71 71 exists $opts{'words'} ? :
109 86 56 if ($want_words) { }
147 20 66 if ($number =~ /^ ( \d+ (?: [.]\d+)?) e[+] (\d+) $/msx)
151 0 20 if ($Number::Format::SouthAsian::OSNAME eq 'MSWin32')
155 20 0 if ($mantissa <= 1) { }
163 10 76 if ($zeroes < 5)
175 76 0 if ($fraction =~ /[.]/)
184 38 38 $fraction eq '1' ? :
224 8 134 exists $opts{'decimals'} ? :
228 16 126 if ($decimals)
237 16 0 if ($number =~ /[.]/)