blib/lib/Parse/JapanesePostalCode/Row.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
77 | 49 | 0 | 25 | $district and $town_village |
86 | 31 | 0 | 18 | $city and $ward |
265 | 5 | 59 | 3 | $$columns{'town'} and $$columns{'town'} =~ /\x{ff08}.+?\x{968e}.*?\x{ff09}$/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 2 | 0 | 0 | $$columns{'city'} eq $name or $$columns{'city'} =~ /\x{90e1}\Q$name\E$/ |
294 | 72 | 1 | 1 | $$self{'katakana_h2z'} or $$self{'alnum_z2h'} |