Branch Coverage

blib/lib/HTTP/Server/Simple/Static.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
30 0 0 if ($path =~ /$type->[0]/)
35 0 0 unless (defined $magic)
56 0 0 if (-f $path and $fh->open($path))
63 0 0 if ($if_modified_since)
66 0 0 if (defined $if_modified_since and $if_modified_since <= $now and $mtime <= $if_modified_since)
90 0 0 if (defined $content) { }
111 0 0 if ($mtime > $now)
125 0 0 if ($cgi->request_method ne 'HEAD')