blib/lib/Net/WebSocket/Handshake/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 6 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
83 | 0 | 0 | 3 | $opts{'uri_schema'} and grep {$_ eq $opts{'uri_schema'};} ('ws', 'wss', 'http', 'https') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 0 | 3 | 0 | $opts{'key'} ||= _create_key() |