Branch Coverage

blib/lib/Net/WebSocket/Base/DataFrame.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
30 71 6 if ($length < 126) { }
4 2 elsif ($length < 65536) { }
43 2 0 if ($_can_pack_Q) { }
0 0 elsif ($length <= 4294967295) { }