Condition Coverage

blib/lib/Treex/Core/Phrase/BaseNTerm.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 defined $phash{'ordered'} and $phash{'ordered'} == 0
216 0 0 0 defined $new_child && defined $new_child->parent
238 0 0 0 defined $child && defined $child->parent
275 0 0 0 defined $old_child && defined $old_child->parent

or 3 conditions

line l !l&&r !l&&!r condition
216 0 0 0 not defined $new_child && defined $new_child->parent or $new_child->parent != $self
238 0 0 0 not defined $child && defined $child->parent or $child->parent != $self
275 0 0 0 not defined $old_child && defined $old_child->parent or $old_child->parent != $self