Branch Coverage

blib/lib/Net/Divert.pm
Criterion Covered Total %
branch 1 14 7.1


line true false branch
65 0 3 unless (eval "require $mod")
92 0 0 if (POSIX::getuid() != 0)
143 0 0 if ($$self{'OUT'} == -1) { }
148 0 0 if ($s == $$self{'SOCK'})
151 0 0 unless $fwtag = recv($s, $data, $IP_MAXPACKET, 0)
164 0 0 if ($s == $$self{'SOCK'})
167 0 0 unless send $s, $$self{'DATA'}, 0, $$self{'FWTAG'}