| line |
!l |
l&&!r |
l&&r |
condition |
|
102
|
0 |
0 |
0 |
-f $file and not -l $file
|
|
187
|
0 |
2 |
0 |
$version and not $version =~ /[0-9]/msx
|
|
198
|
2 |
0 |
0 |
$slot->{'use_codename_for_edition'} and $self->{'DISTRIB_CODENAME'}
|
|
214
|
0 |
0 |
2 |
-e {"cpuinfo" => "/proc/cpuinfo","fstab" => "/etc/fstab","issue" => "/etc/issue","loadavg" => "/proc/loadavg","meminfo" => "/proc/meminfo","resolv" => "/etc/resolv.conf","scaling_cur_freq" => "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq","swaps" => "/proc/swaps","timezone" => "/etc/localtime","timezone_old" => "/etc/timezone","uptime" => "/proc/uptime","version" => "/proc/version"}->{'version'} and -f _
|
|
314
|
0 |
0 |
0 |
$self->{'DISTRIB_ID'} and $self->{'DISTRIB_ID'} eq "redhat"
|
|
|
0 |
0 |
0 |
$self->{'DISTRIB_ID'} and $self->{'DISTRIB_ID'} eq "redhat" and $self->{'DISTRIB_NAME'}
|
|
|
0 |
0 |
0 |
$self->{'DISTRIB_ID'} and $self->{'DISTRIB_ID'} eq "redhat" and $self->{'DISTRIB_NAME'} and index($self->{'DISTRIB_NAME'}, "CentOS") != -1
|