blib/lib/Mojo/WebSocketProxy/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 22 | 0 | 0 | $in_config->{'opened_connection'} and ref $in_config->{'opened_connection'} ne 'CODE' |
40 | 22 | 0 | 0 | $in_config->{'finish_connection'} and ref $in_config->{'finish_connection'} ne 'CODE' |
41 | 22 | 0 | 0 | $in_config->{'skip_check_sanity'} and ref $in_config->{'skip_check_sanity'} ne 'Regexp' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
60 | 0 | 15 | 15 | $self->{'actions'}{$name} ||= $options |