Branch Coverage

lib/Pcore/AE/Patch.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
31 0 0 if ($node eq 'unix/')
34 0 0 if $family or not $service =~ m[^[/\x00]]msu
36 0 0 defined $type ? :
41 0 0 if (exists $Pcore::AE::Patch::SOCKADDR_CACHE->{$cache_key})
42 0 0 if ($$SOCKADDR_CACHE{$cache_key}[0] > time) { }
54 0 0 if @{$$callback{$cache_key}} > 1
61 0 0 if keys %$SOCKADDR_CACHE > $MAX_CACHE_SIZE
64 0 0 @_ ? :
84 0 0 if (defined $host and $host eq 'unix/' and substr($service, 0, 1) eq "\000")
89 0 0 unless socket $state{'fh'}, 1, 1, 0
91 0 0 unless bind $state{'fh'}, &AnyEvent::Socket::pack_sockaddr($service, $ipn_uds)
97 0 0 if $prepare
101 0 0 unless listen $state{'fh'}, $len
105 0 0 defined wantarray ? :