line |
!l |
l&&!r |
l&&r |
condition |
151
|
0 |
58 |
11 |
$self->{'DefaultConfig'} and $self->{'InterPolateVars'} |
333
|
0 |
0 |
2 |
$conf{'-FlagBits'} and ref $conf{'-FlagBits'} eq "HASH" |
341
|
0 |
1 |
2 |
$conf{'-DefaultConfig'} and ref $conf{'-DefaultConfig'} eq "HASH" |
|
0 |
0 |
1 |
$conf{'-DefaultConfig'} and ref $conf{'-DefaultConfig'} eq "" |
466
|
58 |
9 |
4 |
$this->{'IncludeGlob'} and $configfile =~ /$glob/ |
473
|
3 |
1 |
0 |
not @include and defined $this->{'ConfigPath'} |
516
|
63 |
0 |
1 |
-d $configfile and $this->{'IncludeDirectories'} |
540
|
59 |
3 |
1 |
exists $this->{'files'}{$configfile} and not $this->{'IncludeAgain'} |
570
|
0 |
63 |
4 |
$n_read == 3 && $read_BOM eq "\357\273\277" |
576
|
0 |
4 |
63 |
$n_read and not $has_BOM |
595
|
67 |
0 |
15 |
$flag and $flag eq "SCALAR" |
692
|
0 |
577 |
3 |
not $this->{'ApacheCompatible'} and m[\s*<([^/]+?.*?)/>\s*$] |
759
|
346 |
0 |
87 |
$this->{'IncludeRelative'} and defined $this->{'CurrentConfigFilePath'} |
779
|
2 |
0 |
2 |
$this->{'IncludeGlob'} and $opt =~ /opt/i |
|
2 |
0 |
2 |
$this->{'IncludeGlob'} and $opt =~ /opt/i and not $incl_file =~ /[*?\[\{\\]/ |
803
|
13 |
0 |
8 |
$this->{'IncludeRelative'} and $path |
|
13 |
0 |
8 |
$this->{'IncludeRelative'} and $path and not file_name_is_absolute($incl_file) |
840
|
0 |
3 |
0 |
$includeFlag and /\s*Define\s+("[^"]+"|\S+)/i |
904
|
181 |
429 |
11 |
$value and $value =~ /^"/ |
|
610 |
2 |
9 |
$value and $value =~ /^"/ and $value =~ /"$/ |
992
|
222 |
0 |
2 |
$this->{'ForceArray'} and defined $value |
|
222 |
0 |
2 |
$this->{'ForceArray'} and defined $value and $value =~ /^\[\s*(.+?)\s*\]$/ |
1251
|
0 |
0 |
0 |
@two and $one |
|
0 |
0 |
0 |
@two and $one and scalar(@two) % 2 == 0 |
1350
|
4 |
0 |
1 |
$this->{'ForceArray'} and scalar @{$config->{$entry};} == 1 |
|
4 |
0 |
1 |
$this->{'ForceArray'} and scalar @{$config->{$entry};} == 1 and not ref $config->{$entry}[0] |
1506
|
0 |
0 |
1 |
$file && $hash |