Condition Coverage

blib/lib/Protocol/HTTP2/HeaderCompression.pm
Criterion Covered Total %
condition 13 25 52.0


and 3 conditions

line !l l&&!r l&&r condition
91 0 0 67 defined $offset and length($$buf_ref) - $buf_offset - $offset >= $l
201 1 0 0 $key =~ /[^a-z0-9\!\#\$\%\&\'\*\+\-\^\_\`]/ and not $key =~ /^\:/
315 145 3 7 $$ht[$i][0] eq $header and $$ht[$i][1] eq $value

or 2 conditions

line l !l condition
14 213 0 $N ||= 7
46 191 0 $N ||= 7

or 3 conditions

line l !l&&r !l&&!r condition
151 1 0 64 $f == 64 or $f == 0
1 0 64 $f == 64 or $f == 0 or $f == 16
64 0 0 ($f & 192) == 64 or ($f & 240) == 0
64 0 0 ($f & 192) == 64 or ($f & 240) == 0 or ($f & 240) == 16