| blib/lib/POE/Component/IRC/Plugin/NickReclaim.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 16 | 1 | 0 | 3 | defined $args{'poll'} and $args{'poll'} =~ /^\d+$/ |
| 78 | 0 | 0 | 1 | not $self->{'_reclaimed'} and $who eq $self->{'_desired_nick'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 40 | 3 | 3 | 3 | not defined $self->{'_temp_nick'} or $self->{'_temp_nick'} ne $nick |
| 58 | 3 | 0 | 0 | not $irc->logged_in or $irc->nick_name eq $offending |