Branch Coverage

xsi/ConnectResponse.xsi
Criterion Covered Total %
branch 11 32 34.3


line true false branch
5 18 0 Stash(__PACKAGE__).inherit("Protocol::HTTP::Response");
18 0 Stash(__PACKAGE__).inherit("Protocol::HTTP::Response");
10 1 0 make_response(params, RETVAL);
11 1 0 }
1 0 }
12 1 0
13 2 0 string ConnectResponse::ws_accept_key ()
15 0 0 string ConnectResponse::ws_version ()
18 0 2 if (exts_av) {
20 0 0 av_to_header_values(exts_av, &exts);
21 0 0 THIS->ws_extensions(exts);
25 2 0 RETVAL = header_values_to_av(THIS->ws_extensions());
29 0 2 if (newval) {
30 0 0 THIS->ws_protocol = xs::in(newval);
0 0 THIS->ws_protocol = xs::in(newval);
33 2 0 RETVAL = THIS->ws_protocol;