| line |
!l |
l&&!r |
l&&r |
condition |
|
124
|
0 |
115 |
0 |
!@$curr_open && @$paras && !grep(($$_[0] ne '~end'), @$paras)
|
|
146
|
316 |
223 |
0 |
@$paras == 1 and $$paras[0][0] eq '=over' || $$paras[0][0] eq '~Verbatim' || $$paras[0][0] eq '=item'
|
|
211
|
160 |
0 |
27 |
$para_type =~ /^=head\d$/s and not $$self{'accept_heads_anywhere'}
|
|
|
160 |
27 |
0 |
$para_type =~ /^=head\d$/s and not $$self{'accept_heads_anywhere'} and @$curr_open
|
|
|
27 |
0 |
0 |
$para_type =~ /^=head\d$/s and not $$self{'accept_heads_anywhere'} and @$curr_open and $$curr_open[-1][0] eq '=over'
|
|
226
|
0 |
0 |
55 |
$para_type =~ s/^=//s and defined($para_type = $$self{'accept_directives'}{$para_type})
|
|
423
|
6 |
1 |
6 |
@$curr_open and $$curr_open[-1][1]{'~really'} eq '=for'
|
|
429
|
6 |
0 |
1 |
@$curr_open and $$curr_open[-1][0] eq '=for'
|
|
450
|
0 |
0 |
43 |
@$curr_open and $$curr_open[-1][0] eq '=for'
|
|
461
|
0 |
0 |
1 |
$content eq 'for' and $$curr_open[-1][1]{'~really'} eq '=for'
|
|
517
|
0 |
15 |
13 |
@$curr_open and $$curr_open[-1][0] eq '=row'
|