Branch Coverage

blib/lib/Lingua/KOR/Word2Num.pm
Criterion Covered Total %
branch 1 14 7.1


line true false branch
28 0 1 if $input =~ /\b(yeong)\b/imsux or $input =~ /\A\x{c601}\z/msux
228 0 0 if $input eq "\x{ccab} \x{bc88}\x{c9f8}"
231 0 0 unless $input =~ s/[ ]\x{bc88}\x{c9f8}\z//msux
248 0 0 if exists $native_ones->{$input}
251 0 0 if exists $native_tens->{$input}
256 0 0 if ($input =~ /\A\Q$ten\E(.+)\z/msux)
258 0 0 if (exists $native_ones->{$ones_part})