Condition Coverage

inc/IO/Compress/Gzip.pm
Criterion Covered Total %
condition 2 27 7.4


and 3 conditions

line !l l&&!r l&&r condition
106 2 0 0 $got->parsed('name') and defined $got->getValue('name')
109 0 0 0 $strict and $name =~ /\x00/
113 0 0 0 $strict and $name =~ /$IO::Compress::Gzip::GZIP_FNAME_INVALID_CHAR_RE/o
118 2 0 0 $got->parsed('comment') and defined $got->getValue('comment')
121 0 0 0 $strict and $comment =~ /\x00/
125 0 0 0 $strict and $comment =~ /$IO::Compress::Gzip::GZIP_FCOMMENT_INVALID_CHAR_RE/o

or 3 conditions

line l !l&&r !l&&!r condition
133 0 0 0 $value < 0 or $value > 255
243 0 0 0 not length $name or substr($name, 1, -1) ne "\000"
254 0 0 0 not length $comment or substr($comment, 1, -1) ne "\000"