line |
!l |
l&&!r |
l&&r |
condition |
84
|
1013 |
2 |
2 |
exists $ptr->{'value'} and $how_deep > 2
|
|
1015 |
0 |
2 |
exists $ptr->{'value'} and $how_deep > 2 and defined $parts[0]
|
|
2 |
1 |
1 |
exists $ptr->{'value'} and $how_deep > 2 and defined $parts[0] and lc $parts[0] eq "appender"
|
|
1 |
0 |
1 |
exists $ptr->{'value'} and $how_deep > 2 and defined $parts[0] and lc $parts[0] eq "appender" and defined $parts[2]
|
|
1 |
0 |
1 |
exists $ptr->{'value'} and $how_deep > 2 and defined $parts[0] and lc $parts[0] eq "appender" and defined $parts[2] and not exists $NOT_A_MULT_VALUE{lc $parts[2]}
|
130
|
1 |
0 |
3 |
$found and exists $r->{'value'}
|