line |
!l |
l&&!r |
l&&r |
condition |
121
|
0 |
0 |
0 |
$t->{'state'} and $t->{'state'} =~ /^(?:Slave has|Has) read all relay log/ |
134
|
0 |
0 |
0 |
$status->{'master_log_file'} eq $status->{'relay_master_log_file'} && $status->{'read_master_log_pos'} == $status->{'exec_master_log_pos'} |
191
|
0 |
0 |
0 |
not $self->sql_thread_waiting and $waited++ < $self->stop_sql_max_wait |
227
|
0 |
0 |
0 |
$_->{'user'} eq 'system user' and push @candidates, $_ |
268
|
0 |
0 |
0 |
$_->{'user'} and $_->{'user'} ne 'system user' |
|
0 |
0 |
0 |
$_->{'user'} and $_->{'user'} ne 'system user' and $_->{'state'} |
|
0 |
0 |
0 |
$_->{'user'} and $_->{'user'} ne 'system user' and $_->{'state'} and $_->{'state'} ne 'Sleep' |
|
0 |
0 |
0 |
$_->{'user'} and $_->{'user'} ne 'system user' and $_->{'state'} and $_->{'state'} ne 'Sleep' and push @candidates, $_ |
275
|
0 |
0 |
0 |
defined $c and ref $c |
|
0 |
0 |
0 |
defined $c and ref $c and $c->can('connection') |
305
|
0 |
0 |
0 |
$keep and $#{$logs;} - $keep < $required_index |
340
|
0 |
0 |
0 |
not as_bool($status->{'slave_sql_running'}) and $status->{'last_errno'} |
line |
l |
!l&&r |
!l&&!r |
condition |
154
|
0 |
0 |
0 |
$safety //= $self->safety |
161
|
0 |
0 |
0 |
$safety eq 'no_safety' or $safety eq 'emergency' |
|
0 |
0 |
0 |
$safety eq 'max_safety' or $safety eq 'outside_transaction' |
|
0 |
0 |
0 |
$safety eq 'medium_safety' or $safety eq 'trust_transaction' |
|
0 |
0 |
0 |
$safety eq 'low_safety' or $safety eq 'time_limited' |
227
|
0 |
0 |
0 |
$threads // $self->connector->connection->threads |
264
|
0 |
0 |
0 |
$threads //= $self->connector->connection->threads |
338
|
0 |
0 |
0 |
$status //= $self->status |
340
|
0 |
0 |
0 |
$status->{'last_error'} // sprintf('Error: %u', $status->{'last_errno'}) |