blib/lib/Net/UNIX/Server.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
75 | 1 | 2 | if ref $class |
76 | 3 | 0 | defined $self ? : |
79 | 3 | 0 | if ($self) |
81 | 3 | 0 | if ($class eq 'Net::UNIX::Server') |
82 | 0 | 3 | unless ($self->init(@Args)) |
89 | 3 | 0 | defined $self ? : |
98 | 0 | 3 | unless $self->_init('thispath', @args) |
99 | 2 | 1 | if ($self->isbound) |
101 | 0 | 1 | unless $self->getparam('type') == 2 or $self->isconnected or $self->didlisten or $self->listen |