Branch Coverage

blib/lib/Mock/Net/Ping.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
29 2 14 unless @_ == 2 or @_ == 3
30 12 2 unless defined $timeout
31 2 12 if $timeout <= 0
33 1 11 unless defined $host
37 4 7 if ($host eq 'localhost') { }
6 1 elsif ($host =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/) { }
56 9 2 wantarray ? :