| blib/lib/Alice.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 28 | 10.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 206 | 0 | 0 | 0 | $irc and $irc->is_connected |
| 437 | 0 | 0 | 0 | @$msgs == $step and $total < $limit |
| 524 | 0 | 0 | 0 | $self->config->auth && ref $self->config->auth eq 'HASH' && $self->config->auth->{'user'} && $self->config->auth->{'pass'} |
| 538 | 0 | 0 | 0 | $self->config->auth->{'user'} eq $user && $self->config->auth->{'pass'} eq $pass |
| line | l | !l | condition |
|---|---|---|---|
| 330 | 0 | 0 | $self->config->servers->{$_}{'ircname'} || '' |
| 345 | 0 | 0 | $$config{'ircname'} ||= '' |
| 381 | 0 | 0 | $irc->nick_avatar($nick) || '' |
| 535 | 0 | 0 | $user ||= '' |
| 536 | 0 | 0 | $pass ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 298 | 1 | 1 | 0 | $o{$_->id} || $o{$_->title} || $prefix . $_->sort_name |
| 405 | 2 | 0 | 0 | $self->no_streams or not @messages |