Condition Coverage

blib/lib/Treex/Core/Node/Ordered.pm
Criterion Covered Total %
condition 2 24 8.3


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 defined $next_ord and $ord > $next_ord
62 0 0 0 defined $prev_ord and $ord < $prev_ord
114 0 22 0 not $arg_ref->{'without_children'} and $reference_node->is_descendant_of($self)
353 0 0 0 $i < $is and $j > $is
0 0 0 $j < $is and $i > $is

or 3 conditions

line l !l&&r !l&&!r condition
107 0 0 22 @_ < 2 or @_ > 3
256 0 0 0 not $parent or $parent->is_root
353 0 0 0 $i < $is and $j > $is or $j < $is and $i > $is