blib/lib/App/Alice.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 32 | 15.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
296 | 0 | 0 | 0 | $window->is_channel and $self->config->servers->{$window->irc->alias} |
435 | 0 | 22 | 0 | $self->config->alerts and $self->notifier |
22 | 0 | 0 | $self->config->alerts and $self->notifier and not $self->httpd->stream_count | |
492 | 2 | 0 | 0 | $self->config->auth && ref $self->config->auth eq 'HASH' && $self->config->auth->{'user'} && $self->config->auth->{'pass'} |
503 | 0 | 0 | 0 | $self->config->auth->{'user'} eq $user && $self->config->auth->{'pass'} eq $pass |
line | l | !l | condition |
---|---|---|---|
391 | 0 | 0 | $self->config->servers->{$_}{'ircname'} || '' |
406 | 0 | 0 | $$config{'ircname'} ||= '' |
500 | 0 | 0 | $user ||= '' |
501 | 0 | 0 | $pass ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
366 | 1 | 0 | 0 | $o{$a->title} || $a->sort_name |
0 | 1 | 0 | $o{$b->title} || $b->sort_name | |
437 | 0 | 0 | 0 | not $$message{'window'} or $$message{'window'}{'type'} eq 'info' |