Condition Coverage

blib/lib/Mojo/WebSocketProxy/Parser.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
66 33 0 0 $skip_check_sanity and $key =~ /$skip_check_sanity/
70 0 33 0 $value and not $value =~ /^[\p{Script=Common}\p{Letter}\s\w\@_:!-~]{0,300}$/

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 33 not $key =~ /$key_regex/ or $value and not $value =~ /^[\p{Script=Common}\p{Letter}\s\w\@_:!-~]{0,300}$/