Condition Coverage

blib/lib/Bot/Cobalt/Plugin/Extras/Relay.pm
Criterion Covered Total %
condition 0 44 0.0


and 3 conditions

line !l l&&!r l&&r condition
13 0 0 0 $context and $channel
31 0 0 0 $ref and ref $ref eq 'HASH'
62 0 0 0 ref $relays && &reftype($relays) eq 'ARRAY'
221 0 0 0 $msg->cmd and grep {$_ eq $msg->cmd;} @handled
436 0 0 0 $remotenet and $remoteuser
456 0 0 0 $self->{'Relays'}{$remotenet} and ref $irc_obj

or 2 conditions

line l !l condition
23 0 0 $self->{'Relays'}{$context}{$channel} // (return)
33 0 0 $ref->{'From'} // (return)
34 0 0 $ref->{'To'} // (return)
36 0 0 $from->{'Context'} // (return)
37 0 0 $from->{'Channel'} // (return)
39 0 0 $to->{'Context'} // (return)
40 0 0 $to->{'Channel'} // (return)
112 0 0 $self->{'JoinQueue'} // {}
167 0 0 $self->{'LeftQueue'} // {}
248 0 0 $action->channel || (return 1)
284 0 0 $self->{'JoinQueue'}{$context}{$channel} // []
302 0 0 $self->{'LeftQueue'}{$context}{$channel} // []
359 0 0 $self->{'LeftQueue'}{$context}{$channel} // []