| blib/lib/HTTP/Server/Simple/Static.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 14 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | $realpath and $realpath =~ /^\Q$base\E/ |
| 75 | 0 | 0 | 0 | -f $realpath and $fh->open($realpath) |
| 85 | 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 //= '.' |