| line |
l |
!l&&r |
!l&&!r |
condition |
|
1186
|
0 |
0 |
0 |
$_typed_param_string_okay //= XXX ? $self->TYPED_PARAM_STRING_OKAY : 0 |
|
1339
|
0 |
0 |
0 |
$_factory //= "Sys::Async::Virt::Connection::Factory"->new |
|
1368
|
0 |
0 |
0 |
$_remote //= "Protocol::Sys::Virt::Remote"->new("role", "client") |
|
1431
|
0 |
0 |
0 |
$_state == 0 || $_state == 1 || $_state == 9 |
|
1626
|
0 |
0 |
0 |
not $complete or $auth->need_step |
|
1671
|
0 |
0 |
0 |
$_keepalive //= "Protocol::Sys::Virt::KeepAlive"->new("max_inactive", 5, "on_ack", sub {
$Sys::Async::Virt::log->trace("KeepAlive PING ACK");
return;
}
, "on_ping", sub {
$Sys::Async::Virt::log->trace("KeepAlive ACK-ing PING");
return $_[0]->pong unless $_eof;
}
, "on_fail", sub {
$Sys::Async::Virt::log->fatal("KeepAlive time out - closing connection");
return $self->_close($self->CLOSE_REASON_KEEPALIVE);
}
) |
|
1720
|
0 |
0 |
0 |
$_connection->is_read_eof or $_connection->is_write_eof |
|
1793
|
0 |
0 |
0 |
$_state == 0 or 7 <= $_state |