Branch Coverage

blib/lib/Protocol/TLS/Extension.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
12 0 1 if ($length < 2)
22 0 1 if ($offset + $ext_l > $length)
33 0 1 if ($offset + $l > $length)
39 1 0 if (exists $ctx->{'extensions'}{$type})