blib/lib/Win32/Girder/IEvent/Server.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 10 | 40.0 |
line | l | !l | condition |
---|---|---|---|
72 | 0 | 2 | $opts{'Listen'} ||= 128 |
73 | 0 | 2 | $opts{'Protot'} ||= 'udp' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 2 | 0 | 0 | $opts{'LocalPort'} ||= $Win32::Girder::IEvent::Server::def_port |
75 | 2 | 0 | 0 | $pack->SUPER::new(%opts) || do { warnings::warn("Could not create server socket: $!"); return 0 } |