Branch Coverage

blib/lib/Net/EPP/Protocol.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
78 0 0 if (not defined $fh->read($hdr, 4)) { }
83 0 0 if ($length < 0) { }
0 0 elsif (0 == $length) { }
0 0 elsif ($length > $Net::EPP::Protocol::THRESHOLD) { }
98 0 0 if length $buffer == 0