| blib/lib/Lingua/ZH/Jieba.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 21 | 47.6 |
| line | l | !l | condition |
|---|---|---|---|
| 399 | 12 | 0 | $opts ||= {} |
| 435 | 2 | 0 | $opts ||= {} |
| 496 | 1 | 1 | $opts //= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 504 | 0 | 2 | 0 | $dict_path //= $default_dict_path |
| 505 | 0 | 2 | 0 | $hmm_path //= $default_hmm_path |
| 506 | 1 | 1 | 0 | $user_dict_path //= $default_user_dict_path |
| 507 | 0 | 2 | 0 | $idf_path //= $default_idf_path |
| 508 | 0 | 2 | 0 | $stop_word_path //= $default_stop_word_path |