line |
!l |
l&&!r |
l&&r |
condition |
659
|
0 |
3 |
0 |
$$self{'accept_codes'} and $$self{'accept_codes'}{'VerbatimFormatted'} |
662
|
0 |
0 |
0 |
@$para > 3 and not $$para[-1] =~ /\S/u |
698
|
0 |
0 |
0 |
defined $in and length $in |
716
|
0 |
0 |
0 |
defined $Pod::Escapes::Name2character_number{$in} and $Pod::Escapes::Name2character_number{$in} < 127 |
793
|
0 |
1 |
0 |
!@$curr_open && @$paras && !grep(($$_[0] ne '~end'), @$paras) |
815
|
10 |
37 |
0 |
@$paras == 1 and $$paras[0][0] eq '=over' || $$paras[0][0] eq '~Verbatim' || $$paras[0][0] eq '=item' |
886
|
20 |
0 |
5 |
$para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} |
|
20 |
5 |
0 |
$para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} and @$curr_open |
|
5 |
0 |
0 |
$para_type =~ /^=head\d$/su and not $$self{'accept_heads_anywhere'} and @$curr_open and $$curr_open[-1][0] eq '=over' |
901
|
0 |
0 |
5 |
$para_type =~ s/^=//su and defined($para_type = $$self{'accept_directives'}{$para_type}) |