blib/lib/Lingua/ZH/HanDetect.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | l | !l | condition |
---|---|---|---|
58 | 4 | 1 | delete $count{'trad'} || 0 |
59 | 2 | 3 | delete $count{'simp'} || 0 |
60 | 4 | 1 | (sort {$count{$b} <=> $count{$a};} keys %count)[0] || '' |