blib/lib/HTTP/Server/Simple/Static.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 0 | 0 | 0 | $realpath and $realpath =~ /^\Q$realbase\E/ |
77 | 0 | 0 | 0 | -f $realpath and $fh->open($realpath) |
87 | 0 | 0 | 0 | defined $if_modified_since and $if_modified_since <= $now |
0 | 0 | 0 | defined $if_modified_since and $if_modified_since <= $now and $mtime <= $if_modified_since |
line | l | !l | condition |
---|---|---|---|
48 | 0 | 0 | $base //= '.' |