blib/lib/Protocol/DBus/Authn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 18 | 38.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 3 | 0 | 2 | $opts{'_can_pass_unix_fd'} &&= "Socket"->can("SCM_RIGHTS") |
26 | 3 | 0 | 2 | $opts{'_can_pass_unix_fd'} &&= _is_unix_socket($opts{'_socket'}) |
69 | 0 | 0 | 0 | $next_is_receive &&= $next_is_receive->[0] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
84 | 4 | 0 | 0 | !$self->{'_mechanism'}->must_send_initial || $self->{'_mechanism'}->send_initial($s) |
0 | 4 | 0 | $self->{'_sent_initial'} ||= !$self->{'_mechanism'}->must_send_initial || $self->{'_mechanism'}->send_initial($s) | |
177 | 0 | 0 | 5 | $self->{'_sent_initial'} or $self->{'_mechanism'}->must_send_initial |