Branch Coverage

blib/lib/Net/TCP/Server.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
77 0 0 if (@Args == 2 and ref $Args[1] and ref $Args[1] eq 'HASH' or @Args == 1 and not ref $Args[0])
82 0 0 unless $self
84 0 0 if ref $xclass
85 0 0 if ($xclass eq 'Net::TCP::Server')
86 0 0 unless ($self->init(@Args))
99 0 0 if (@Args == 2 and ref $Args[1] and ref $Args[1] eq 'HASH' or @Args == 1 and not ref $Args[0])
103 0 0 unless $self->_hostport('this', \@Args)
104 0 0 unless $self->SUPER::init
105 0 0 if ($self->getparam('srcaddrlist') and not $self->isbound)
106 0 0 unless $self->bind
108 0 0 if ($self->isbound and not $self->didlisten)
109 0 0 unless $self->isconnected or $self->listen