blib/lib/Treex/Core/Phrase/BaseNTerm.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 27 | 14.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | defined $phash{'ordered'} and $phash{'ordered'} == 0 |
342 | 0 | 0 | 2 | defined $new_child && defined $new_child->parent |
364 | 0 | 0 | 1 | defined $child && defined $child->parent |
403 | 0 | 0 | 0 | defined $old_child && defined $old_child->parent |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
316 | 0 | 0 | 0 | not defined $min or $left < $min |
320 | 0 | 0 | 0 | not defined $max or $right > $max |
342 | 0 | 0 | 2 | not defined $new_child && defined $new_child->parent or $new_child->parent != $self |
364 | 0 | 0 | 1 | not defined $child && defined $child->parent or $child->parent != $self |
403 | 0 | 0 | 0 | not defined $old_child && defined $old_child->parent or $old_child->parent != $self |