Condition Coverage

blib/lib/Mojolicious/Plugin/WebSocketProxy.pm
Criterion Covered Total %
condition 6 14 42.8


and 3 conditions

line !l l&&!r l&&r condition
24 0 22 0 $config->{'url'} and ref $config->{'url'} eq 'CODE'
28 2 0 0 $url_setter and not $req_storage->{'url'}
40 5 0 0 ref $details eq 'HASH' and keys %$details
42 5 0 0 $details and ref $details ne 'HASH'

or 2 conditions

line l !l condition
79 1 1 delete $args{'type'} // 'jsonrpc'