Branch Coverage

blib/lib/Net/Prober/Probe/Base.pm
Criterion Covered Total %
branch 13 24 54.1


line true false branch
31 7 0 if ($class =~ /^ .* :: (?.*?) $/x)
43 0 2 unless (exists $info{'time'})
45 0 0 exists $self->{'_time'} ? :
50 0 2 if ($USE_SYSLOG)
67 5 0 unless (exists $info{'time'})
69 5 0 exists $self->{'_time'} ? :
74 0 5 if ($USE_SYSLOG)
92 0 10 unless (exists $self->{'_time'} and defined $self->{'_time'})
111 16 0 if ($defaults and ref $defaults eq 'HASH')
114 63 43 unless exists $args_with_defaults{$_}
126 13 3 if (exists $args_with_def->{'port'} and defined $args_with_def->{'port'})
132 0 16 unless (@wanted)