Condition Coverage

lib/B/DeparseTree/TreeNode.pm
Criterion Covered Total %
condition 5 14 35.7


and 3 conditions

line !l l&&!r l&&r condition
232 1564 0 0 exists $self->{'text'} and $parens

or 2 conditions

line l !l condition
261 3484 1693 $self->{'other_ops'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
27 0 0 0 $field eq 'addr' or $field eq 'parent'
0 0 0 $field eq 'texts' or $field eq 'other_ops'
166 77 0 3053 $prec < $cx || $prec == $cx && !exists $UNARY_PRECEDENCES{$cx}