Branch Coverage

blib/lib/Net/Config.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
108 1 6 unless defined $NetConfig{'ftp_firewall'}
110 1 5 unless $host = inet_aton($host)
113 4 1 if (exists $NetConfig{'local_netmask'})
116 2 2 unless ref $list
118 0 6 unless my($net, $bits) = m[^(\d+\.\d+\.\d+\.\d+)/(\d+)$]
122 2 4 if ($addr & $mask) == ($quad & $mask)