Branch Coverage

blib/lib/Net/NTP.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
144 0 0 if (HAVE_SOCKET_INET6) { }
150 0 0 unless $sock
163 0 0 unless $sock->send($ntp_msg)
169 0 0 unless $sock->recv($data, 960)
177 0 0 if (my $err = $@)
178 0 0 if $err =~ /^Net::NTP timed out/