line |
!l |
l&&!r |
l&&r |
condition |
343
|
0 |
0 |
52 |
defined $titlename and $titlename =~ /^[A-Z ]{1,60}$/s |
351
|
0 |
10 |
563 |
++$token_count <= ($max_token || 1000000) and defined(my $token = $self->get_token) |
358
|
113 |
101 |
62 |
$token->is_start and $token->tagname eq 'head1' |
366
|
1 |
1 |
62 |
$token->is_end and $token->tagname eq 'head1' |
378
|
16 |
0 |
10 |
$desperate_for_title and $head1_text_content =~ /\S/ |
|
16 |
2 |
8 |
$desperate_for_title and $head1_text_content =~ /\S/ and not $head1_text_content =~ /^[ A-Z]+$/s |
|
2 |
2 |
6 |
$desperate_for_title and $head1_text_content =~ /\S/ and not $head1_text_content =~ /^[ A-Z]+$/s and not $head1_text_content =~ /\((?:
NAME | TITLE | VERSION | AUTHORS? | DESCRIPTION | SYNOPSIS
| COPYRIGHT | LICENSE | NOTES? | FUNCTIONS? | METHODS?
| CAVEATS? | BUGS? | SEE\ ALSO | SWITCHES | ENVIRONMENT
)\)/sx |
|
4 |
6 |
0 |
$desperate_for_title and $head1_text_content =~ /\S/ and not $head1_text_content =~ /^[ A-Z]+$/s and not $head1_text_content =~ /\((?:
NAME | TITLE | VERSION | AUTHORS? | DESCRIPTION | SYNOPSIS
| COPYRIGHT | LICENSE | NOTES? | FUNCTIONS? | METHODS?
| CAVEATS? | BUGS? | SEE\ ALSO | SWITCHES | ENVIRONMENT
)\)/sx and $max_content_length ? length $head1_text_content <= $max_content_length : 1 |
415
|
0 |
0 |
36 |
$token->is_start and $content_containers{$token->tagname} |
428
|
12 |
12 |
36 |
$token->is_end and $content_containers{$token->tagname} |
437
|
0 |
0 |
36 |
$para_text_content =~ /\S/ and $max_content_length ? length $para_text_content <= $max_content_length : 1 |