| blib/lib/Treex/Tool/Segment/RuleBased.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 222 | 0 | 0 | 0 | $items >= $MIN_LIST_ITEMS and $len < $max |
| 0 | 0 | 0 | $items >= $MIN_LIST_ITEMS and $len < $max and $len > $min | |
| 0 | 0 | 0 | $items >= $MIN_LIST_ITEMS and $len < $max and $len > $min and !$sel_len || $len * $PRIORITY < $sel_len |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 207 | 0 | 0 | 0 | $cur_list_type->{'sel_sep'} || $cur_list_type->{'sep'} |
| 209 | 0 | 0 | 0 | $cur_list_type->{'min'} || $MIN_AVG_ITEM_LEN |
| 210 | 0 | 0 | 0 | $cur_list_type->{'max'} || $MAX_AVG_ITEM_LEN |
| 222 | 0 | 0 | 0 | !$sel_len || $len * $PRIORITY < $sel_len |