Condition Coverage

blib/lib/Treex/Core/Node/T.pm
Criterion Covered Total %
condition 13 51 25.4


and 3 conditions

line !l l&&!r l&&r condition
132 0 0 0 $arg_ref and $arg_ref->{'preceding_only'} || $arg_ref->{'following_only'}
166 5 0 0 $self->is_coap_root and $self->functor eq 'APPS'
171 0 5 0 defined $par and not $par->is_root
5 0 0 defined $par and not $par->is_root and $par->is_coap_root
5 0 0 defined $par and not $par->is_root and $par->is_coap_root and $par->functor eq 'APPS'
0 0 0 defined $par and not $par->is_root and $par->is_coap_root and $par->functor eq 'APPS' and $self->is_member
235 0 0 3 not $with_types and $appos_aware
296 0 2 0 defined $par and not $par->is_root
2 0 0 defined $par and not $par->is_root and $par->is_coap_root
2 0 0 defined $par and not $par->is_root and $par->is_coap_root and $par->functor eq 'APPS'
0 0 0 defined $par and not $par->is_root and $par->is_coap_root and $par->functor eq 'APPS' and $node->is_member

or 2 conditions

line l !l condition
32 42 5 $self->functor || ''
209 0 3 $arg_ref->{'appos_aware'} // 1
210 0 3 $arg_ref->{'with_types'} // 0
227 0 1 $self->get_attr('coref_text') // []
350 0 0 $self->get_attr('bridging') // []
360 0 0 $type // ''

or 3 conditions

line l !l&&r !l&&!r condition
132 0 0 0 $arg_ref->{'preceding_only'} || $arg_ref->{'following_only'}
158 0 0 0 $arg_ref->{'preceding_only'} or $arg_ref->{'following_only'}