Branch Coverage

blib/lib/Mojo/WebSocketProxy/Config.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
39 0 22 if $in_config->{'opened_connection'} and ref $in_config->{'opened_connection'} ne 'CODE'
40 0 22 if $in_config->{'finish_connection'} and ref $in_config->{'finish_connection'} ne 'CODE'
41 0 22 if $in_config->{'skip_check_sanity'} and ref $in_config->{'skip_check_sanity'} ne 'Regexp'