| line | true | false | branch | 
 
| 23 | 30 | 24 | if ($type eq "PPI::Token::Whitespace") | 
 
| 26 | 24 | 0 | if ($type eq "PPI::Statement") | 
 
| 27 | 0 | 24 | if $statement | 
 
| 35 | 0 | 24 | unless $statement | 
 
| 41 | 2 | 73 | unless $self->parse_elem | 
 
| 42 | 22 | 51 | unless $self->parse_comma | 
 
| 54 | 0 | 51 | if $type eq "PPI::Token::Whitespace" | 
 
| 56 | 51 | 0 | if ($type eq 'PPI::Token::Operator' and $tok->content eq ',') { } | 
 
| 72 | 4 | 35 | if (@$in > 1 and ref $in->[0] eq "PPI::Token::Operator" and $in->[0]->content eq "=") | 
 
| 78 | 0 | 4 | unless ref($d) =~ /^PPI::Token::(Number|Symbol|Quote::(Single|Double))$/ | 
 
| 82 | 0 | 4 | if ref $d eq "PPI::Token::Symbol" and not $def =~ /^\$\w+$/ |