File Coverage

xsi/ClientParser.xsi
Criterion Covered Total %
statement 6 6 100.0
branch 9 16 56.2
condition n/a
subroutine n/a
pod n/a
total 15 22 68.1


line stmt bran cond sub pod time code
1             MODULE = Protocol::WebSocket::Fast PACKAGE = Protocol::WebSocket::Fast::ClientParser
2             PROTOTYPES: DISABLE
3              
4             BOOT {
5 18 50         Stash(__PACKAGE__).inherit("Protocol::WebSocket::Fast::Parser");
    50          
6             }
7              
8 170           ClientParser* ClientParser::new (Parser::Config cfg = {})
9 85 50          
10 169 100         string ClientParser::connect_request (ConnectRequestSP req)
    50          
    50          
    50          
11              
12             ConnectResponseSP ClientParser::connect (string buf) {
13 296           RETVAL = THIS->connect(buf);
14 148 50         }
15