Branch Coverage

blib/lib/IPC/Manager.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
29 0 6 if ($rtype eq 'ARRAY') { }
6 0 elsif (not $rtype) { }
49 2 6 unless $protocol =~ s/^\+// or $protocol =~ /^IPC::Manager::Client::/
55 2 6 unless $serializer =~ s/^\+// or $serializer =~ /^IPC::Manager::Serializer::/
93 2 0 if ($protocol) { }
102 0 0 unless eval { do { _require_mod($prot); $prot->viable } }