| line | !l | l&&!r | l&&r | condition | 
 
| 67 | 798 | 3000 | 6 | not $node->{'reftype'} and &reftype(\$node->{'value'}) eq "GLOB" | 
 
| 79 | 3349 | 421 | 34 | $node->{'reftype'} eq "HASH" and my $tied = tied %{$$node{"data"};} | 
 
| 103 | 436 | 0 | 19 | $self->preserve_flow_style and &reftype($node->{'value'}) eq "HASH" | 
 
| 115 | 256 | 0 | 10 | $self->preserve_flow_style and &reftype($node->{'value'}) eq "ARRAY" | 
 
| 157 | 2890 | 0 | 0 | $] >= "5.036" and my $rep = $representers->{'bool'} | 
 
| 199 | 43 | 0 | 0 | ref $re and $classname =~ /$re/ | 
 
| 210 | 689 | 1 | 4 | $node->{'reftype'} eq "SCALAR" and my $scalarref = $representers->{'scalarref'} | 
 
| 214 | 686 | 0 | 4 | $node->{'reftype'} eq "REF" and my $refref = $representers->{'refref'} | 
 
| 218 | 681 | 0 | 5 | $node->{'reftype'} eq "CODE" and my $coderef = $representers->{'coderef'} | 
 
| 222 | 675 | 0 | 6 | $node->{'reftype'} eq "GLOB" and my $glob = $representers->{'glob'} |