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 75 defined $offset and length($$buf_ref) - $buf_offset - $offset >= $l
199 1 0 0 $key =~ /[^a-z0-9\!\#\$\%\&\'\*\+\-\^\_\`]/ and not $key =~ /^\:/
339 227 4 31 $ht->[$i][0] eq $header and $ht->[$i][1] eq $value

or 2 conditions

line l !l condition
14 344 0 $N ||= 7
46 322 0 $N ||= 7

or 3 conditions

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