line |
!l |
l&&!r |
l&&r |
condition |
313
|
1 |
0 |
17 |
@_ >= 1 and @_ <= 3 |
413
|
2 |
0 |
3 |
$num <= &LOG_PRIMASK() and $word ne 'kern' |
453
|
0 |
0 |
2 |
not $options{'noeol'} and rindex($mask, "\n") == -1 |
494
|
2 |
0 |
0 |
$options{'perror'} and $current_proto ne 'native' |
507
|
2 |
0 |
0 |
$failed and time - $fail_time > 60 |
515
|
0 |
2 |
0 |
$connected and not connection_ok() |
524
|
0 |
2 |
0 |
$current_proto and $failed |
|
2 |
0 |
0 |
$current_proto and $failed and $current_proto eq $failed |
637
|
4 |
0 |
0 |
$transmit_ok and $current_proto |
874
|
2 |
2 |
0 |
defined $current_proto and $current_proto eq 'native' || $current_proto eq 'console' || $current_proto eq 'eventlog' |
889
|
0 |
0 |
1 |
defined $current_proto and $current_proto eq 'native' |
|
0 |
0 |
0 |
defined $current_proto and $current_proto eq 'eventlog' |
923
|
0 |
6 |
0 |
not $loaded and $verbose |
line |
l |
!l&&r |
!l&&!r |
condition |
206
|
6 |
1 |
0 |
$ident ||= basename($0) || getlogin || getpwuid $< || 'syslog' |
208
|
6 |
1 |
0 |
$Sys::Syslog::facility ||= &LOG_USER() |
506
|
0 |
2 |
0 |
scalar @fallbackMethods or $syslog_send |
669
|
0 |
0 |
0 |
$sock_port || eval {
do {
local $SIG{'__DIE__'};
getservbyname 'syslog', 'tcp'
}
} || eval {
do {
local $SIG{'__DIE__'};
getservbyname 'syslogng', 'tcp'
}
} |
709
|
0 |
2 |
0 |
$sock_port || eval {
do {
local $SIG{'__DIE__'};
getservbyname 'syslog', 'udp'
}
} |
775
|
0 |
0 |
0 |
$syslog_path ||= &_PATH_LOG || '/dev/log' |
795
|
0 |
0 |
0 |
$syslog_path ||= &_PATH_LOG() |
802
|
0 |
0 |
0 |
-S $syslog_path or -c _ |
874
|
2 |
0 |
0 |
$current_proto eq 'native' || $current_proto eq 'console' || $current_proto eq 'eventlog' |