Branch Coverage

lib/B/DeparseTree/Node.pm
Criterion Covered Total %
branch 18 26 69.2


line true false branch
111 21332 2654 if (ref $op)
112 0 21332 if (ref $op eq 'B::DeparseTree') { }
127 594 23392 if defined $sep
128 12689 11297 if (ref $data) { }
11297 0 elsif (defined $data) { }
131 594 12095 if defined $sep
141 6926 136990 if $opts->{$optname}
143 1592 22394 if ($opts->{'maybe_parens'})
149 28 1564 $parens ? :
152 0 1592 if exists $self->{'text'} and $parens
154 0 23986 if ($opts->{'prev_expr'})
165 0 0 if (&parens_test($info, $cx, $prec)) { }
168 0 0 if ($cx == 16) { }