blib/lib/Protocol/DBus/Authn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 18 | 27.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 2 | 0 | 0 | $opts{'_can_pass_unix_fd'} &&= 'Socket'->can('SCM_RIGHTS') |
26 | 2 | 0 | 0 | $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 | 2 | 0 | 0 | !$self->{'_mechanism'}->must_send_initial || $self->{'_mechanism'}->send_initial($s) |
0 | 2 | 0 | $self->{'_sent_initial'} ||= !$self->{'_mechanism'}->must_send_initial || $self->{'_mechanism'}->send_initial($s) | |
169 | 0 | 0 | 2 | $self->{'_sent_initial'} or $self->{'_mechanism'}->must_send_initial |