Condition Coverage

lib/B/DeparseTree/Node.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
152 1585 7 0 exists $self->{'text'} and $parens

or 2 conditions

line l !l condition
184 3440 1769 $self->{'other_ops'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
104 57 0 3128 $prec < $cx || $prec == $cx && !exists $UNARY_PRECEDENCES{$cx}