| blib/lib/POE/Component/IRC/Plugin/DCC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 27 | 48.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 124 | 9 | 0 | 1 | $type eq "ACCEPT" and $self->{'resuming'}{"$port+$nick"} |
| 282 | 0 | 0 | 7 | defined $id and @data |
| 341 | 2 | 2 | 0 | $self->{'dcc'}{$id}{'listener'} and $self->{'dccports'} |
| 413 | 0 | 3 | 0 | $self->{'dcc'}{$id}{'listener'} and $self->{'dccports'} |
| 463 | 4 | 3 | 0 | $self->{'dcc'}{$id}{'listener'} and $self->{'dccports'} |
| 494 | 0 | 0 | 0 | $errnum == 0 and $self->{'dcc'}{$id}{'type'} eq "GET" |
| 522 | 0 | 0 | 2 | exists $self->{'dcc'}{$id} and not $self->{'dcc'}{$id}{'open'} |
| line | l | !l | condition |
|---|---|---|---|
| 204 | 8 | 0 | $bindaddr || "\000\000\000\000" |
| 227 | 8 | 0 | $timeout || 300 |
| 232 | 2 | 6 | $blocksize || 1024 |