Condition Coverage

blib/lib/DiaColloDB/WWW/Handler/static.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
53 0 0 0 $ctype =~ /^text/ and not $ctype =~ /\bcharset\b/
0 0 0 $ctype =~ /^text/ and not $ctype =~ /\bcharset\b/ and defined $h->{'charset'}

or 3 conditions

line l !l&&r !l&&!r condition
26 0 0 0 ref $that || $that
51 0 0 0 $file //= $h->{'file'}
52 0 0 0 $h->{'contentType'} // $srv->mimetype($file)