| blib/lib/Limper/SendFile.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 0 | 0 | 0 | -e $file and -r $file |
| 59 | 0 | 0 | 0 | not exists response()->{'headers'}{'Content-Type'} and my($ext) = $file =~ /\.(\w+)$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | $_[0] // request()->{'uri'} |