Condition Coverage

blib/lib/Net/WebSocket/Handshake/Client.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 3 $opts{'uri_schema'} and grep {$_ eq $opts{'uri_schema'};} ('ws', 'wss', 'http', 'https')

or 3 conditions

line l !l&&r !l&&!r condition
93 0 3 0 $opts{'key'} ||= _create_key()