| blib/lib/POE/Component/IRC/Plugin/DCC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 27 | 48.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 125 | 9 | 0 | 1 | $type eq 'ACCEPT' and $self->{'resuming'}{"$port+$nick"} |
| 283 | 0 | 0 | 7 | defined $id and @data |
| 342 | 2 | 2 | 0 | $self->{'dcc'}{$id}{'listener'} and $self->{'dccports'} |
| 414 | 0 | 3 | 0 | $self->{'dcc'}{$id}{'listener'} and $self->{'dccports'} |
| 464 | 4 | 3 | 0 | $self->{'dcc'}{$id}{'listener'} and $self->{'dccports'} |
| 495 | 0 | 0 | 0 | $errnum == 0 and $self->{'dcc'}{$id}{'type'} eq 'GET' |
| 523 | 0 | 0 | 2 | exists $self->{'dcc'}{$id} and not $self->{'dcc'}{$id}{'open'} |
| line | l | !l | condition |
|---|---|---|---|
| 205 | 8 | 0 | $bindaddr || "\000\000\000\000" |
| 228 | 8 | 0 | $timeout || 300 |
| 233 | 2 | 6 | $blocksize || 1024 |