blib/lib/Lingua/ZH/Jieba.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | l | !l | condition |
---|---|---|---|
202 | 2 | 4 | $opts ||= {} |
222 | 0 | 1 | $opts ||= {} |
267 | 1 | 1 | $opts //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
275 | 0 | 2 | 0 | $dict_path //= $default_dict_path |
276 | 0 | 2 | 0 | $hmm_path //= $default_hmm_path |
277 | 1 | 1 | 0 | $user_dict_path //= $default_user_dict_path |
278 | 0 | 2 | 0 | $idf_path //= $default_idf_path |
279 | 0 | 2 | 0 | $stop_word_path //= $default_stop_word_path |