| blib/lib/X10/Server.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 0 | unless $self->{'controller'} |
| 33 | 0 | 0 | if $self->{'debug'} |
| 44 | 0 | 0 | unless ($self->{'listen_socket'}) |
| 84 | 0 | 0 | unless $fdcount |
| 90 | 0 | 0 | if (vec $reads, $_->fileno, 1) |
| 95 | 0 | 0 | unless ($bytes_read == 1) |
| 98 | 0 | 0 | if $self->{'debug'} |
| 108 | 0 | 0 | unless ($bytes_read == $size) |
| 117 | 0 | 0 | unless $event |
| 119 | 0 | 0 | if ($event->isa('X10::Event') or $event->isa('X10::EventList')) { } |
| 134 | 0 | 0 | if (ord $reads & 1 << $self->{'listen_socket'}->fileno) |
| 137 | 0 | 0 | if $self->{'debug'} |