| blib/lib/POEx/IRC/Client/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 20 | 30.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 0 | $self->has_ipv6 && $self->ipv6 |
| 220 | 1 | 0 | 0 | $self->has_pass and my $pass = $self->pass |
| 318 | 1 | 0 | 0 | $ircev->has_tags and $ircev->get_tag('intent') eq 'ACTION' |
| 397 | 0 | 0 | 1 | $self->_has_conn and $self->conn->has_wheel |
| 482 | 2 | 0 | 1 | blessed $mode and $mode->isa('IRC::Mode::Set') |
| line | l | !l | condition |
|---|---|---|---|
| 385 | 1 | 0 | $_[10] // 'Leaving' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 283 | 0 | 0 | 0 | $ircev->params->[1] || $self->nick |