blib/lib/Bot/BasicBot.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 42 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
229 | 0 | 0 | 0 | $args->{'channel'} ne 'msg' and defined $args->{'address'} |
236 | 0 | 0 | 0 | defined $who and defined $body |
256 | 0 | 0 | 0 | defined $args->{'irc_command'} && $args->{'irc_command'} eq 'notice' |
681 | 0 | 0 | 0 | $mess->{'address'} and $mess->{'body'} =~ /^help/i |
696 | 0 | 0 | 0 | not ref $return and length $return |
line | l | !l | condition |
---|---|---|---|
132 | 0 | 0 | shift() || 5 |
151 | 0 | 0 | $args->{'handler'} || '_fork_said' |
152 | 0 | 0 | $args->{'arguments'} || [] |
363 | 0 | 0 | $irc->is_channel_operator($channel, $_) || 0 |
0 | 0 | $irc->has_channel_voice($channel, $_) || 0 | |
374 | 0 | 0 | $self->{'server'} || 'irc.perl.org' |
380 | 0 | 0 | $self->{'port'} || '6667' |
386 | 0 | 0 | $self->{'password'} || undef |
392 | 0 | 0 | $self->{'ssl'} || 0 |
398 | 0 | 0 | $self->{'localaddr'} || 0 |
404 | 0 | 0 | $self->{'useipv6'} || 0 |
860 | 0 | 0 | shift() || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
156 | 0 | 0 | 0 | $args->{'callback'} || $self |