blib/lib/Lingua/ZH/Jieba.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | l | !l | condition |
---|---|---|---|
304 | 2 | 4 | $opts ||= {} |
324 | 0 | 1 | $opts ||= {} |
369 | 1 | 1 | $opts //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
377 | 0 | 2 | 0 | $dict_path //= $default_dict_path |
378 | 0 | 2 | 0 | $hmm_path //= $default_hmm_path |
379 | 1 | 1 | 0 | $user_dict_path //= $default_user_dict_path |
380 | 0 | 2 | 0 | $idf_path //= $default_idf_path |
381 | 0 | 2 | 0 | $stop_word_path //= $default_stop_word_path |