Branch Coverage

blib/lib/Net/Peep/Host.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
36 0 0 if (@_) { }
39 0 0 if (exists $$self{'NAME'}) { }
0 0 elsif (exists $$self{'IP'}) { }
44 0 0 $name ? :
58 0 0 if (@_) { }
61 0 0 if (exists $$self{'IP'}) { }
0 0 elsif (exists $$self{'NAME'}) { }
65 0 0 if (@addrs) { }
67 0 0 $ip ? :
83 0 0 $ip =~ /^(\d+\.)+\d+$/ ? :