Branch Coverage

blib/lib/Protocol/HTTP2/Frame/Window_update.pm
Criterion Covered Total %
branch 4 12 33.3


line true false branch
11 0 1 if ($length != 4)
21 0 1 if ($fcw_add == 0)
27 1 0 if ($frame_ref->{'stream'} == 0) { }
28 0 1 if ($con->fcw_send($fcw_add) > 2147483647) { }
37 0 0 if (defined $fcw and $fcw > 2147483647) { }
0 0 elsif (defined $fcw) { }