| blib/lib/Bot/BasicBot.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 42 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 235 | 0 | 0 | 0 | $args->{'channel'} ne 'msg' and defined $args->{'address'} | 
| 242 | 0 | 0 | 0 | defined $who and defined $body | 
| 262 | 0 | 0 | 0 | defined $args->{'irc_command'} && $args->{'irc_command'} eq 'notice' | 
| 687 | 0 | 0 | 0 | $mess->{'address'} and $mess->{'body'} =~ /^help/i | 
| 702 | 0 | 0 | 0 | not ref $return and length $return | 
| line | l | !l | condition | 
|---|---|---|---|
| 138 | 0 | 0 | shift() || 5 | 
| 157 | 0 | 0 | $args->{'handler'} || '_fork_said' | 
| 158 | 0 | 0 | $args->{'arguments'} || [] | 
| 369 | 0 | 0 | $irc->is_channel_operator($channel, $_) || 0 | 
| 0 | 0 | $irc->has_channel_voice($channel, $_) || 0 | |
| 380 | 0 | 0 | $self->{'server'} || 'irc.perl.org' | 
| 386 | 0 | 0 | $self->{'port'} || '6667' | 
| 392 | 0 | 0 | $self->{'password'} || undef | 
| 398 | 0 | 0 | $self->{'ssl'} || 0 | 
| 404 | 0 | 0 | $self->{'localaddr'} || 0 | 
| 410 | 0 | 0 | $self->{'useipv6'} || 0 | 
| 878 | 0 | 0 | shift() || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 162 | 0 | 0 | 0 | $args->{'callback'} || $self |