lib/B/DeparseTree/Node.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 8 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
152 | 1585 | 7 | 0 | exists $self->{'text'} and $parens |
line | l | !l | condition |
---|---|---|---|
184 | 3440 | 1769 | $self->{'other_ops'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
104 | 57 | 0 | 3128 | $prec < $cx || $prec == $cx && !exists $UNARY_PRECEDENCES{$cx} |