line |
!l |
l&&!r |
l&&r |
condition |
61
|
2 |
2 |
3 |
$self->{'grammar'}{'_recursive'} and grep {$_ eq $s;} @{$$self{'grammar'}{'_recursive'};} |
241
|
18 |
0 |
0 |
$tree->{'_mandatory'} && grep({$_ eq $var;} @{$$tree{'_mandatory'};}) |
247
|
10 |
4 |
4 |
$tree->{'_inherited'} && grep({$_ eq $var;} @{$$tree{'_inherited'};}) |
304
|
4 |
0 |
0 |
$tree->{'_mandatory'} && grep({$_ eq $section;} @{$$tree{'_mandatory'};}) |
317
|
3 |
0 |
1 |
$tree->{'_recursive'} and grep {$_ eq $section;} @{$$tree{'_recursive'};} |
322
|
3 |
0 |
1 |
$tree->{$section}{'_dyn'} and $tree->{$section}{'_dyndoc'} |
344
|
15 |
0 |
1 |
$tree->{$var}{'_dyn'} and $tree->{$var}{'_dyndoc'} |