line |
!l |
l&&!r |
l&&r |
condition |
216
|
7 |
0 |
0 |
$line =~ /^\s*sub\s+([\w]+)/ and $line =~ /^\s*sub\s+([\D][\w]*)/ |
243
|
0 |
0 |
0 |
$line =~ /^\s*sub\s+([\w]+)/ and $line =~ /^\s*sub\s+([\D][\w]*)/ |
330
|
0 |
0 |
0 |
$scope eq 'our' and $fullName =~ /^(\@ISA|\@EXPORT|\@EXPORT_OK|\$VERSION)$/ |
332
|
0 |
0 |
0 |
$fullName eq '@ISA' and defined $expr |
394
|
0 |
0 |
0 |
$class eq 'main' and @{$classDef->{'attributeorder'};} == 0 |
|
0 |
0 |
0 |
$class eq 'main' and @{$classDef->{'attributeorder'};} == 0 and @{$classDef->{'subroutineorder'};} == 0 |
|
0 |
0 |
0 |
$class eq 'main' and @{$classDef->{'attributeorder'};} == 0 and @{$classDef->{'subroutineorder'};} == 0 and not defined $classDef->{'details'} |
|
0 |
0 |
0 |
$class eq 'main' and @{$classDef->{'attributeorder'};} == 0 and @{$classDef->{'subroutineorder'};} == 0 and not defined $classDef->{'details'} and not defined $classDef->{'comments'} |
494
|
0 |
0 |
1 |
defined $state and exists $hValidStates->{$state} |
498
|
1 |
0 |
0 |
defined $self->{'_sState'} and $self->{'_sState'} eq $state |
706
|
0 |
0 |
0 |
$line =~ /^\s*sub\s+([\w]+)/ and $line =~ /^\s*sub\s+([\D][\w]*)/ |
782
|
0 |
0 |
0 |
$self->{'_iOpenBrace'} > 0 and $self->{'_iOpenBrace'} == $self->{'_iCloseBrace'} |
1009
|
0 |
0 |
0 |
$sSubState eq 'DOXYFUNCTION' and not grep(/^static$/, @aOptions) |