| blib/lib/Plack/App/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | l | !l | condition |
|---|---|---|---|
| 43 | 127 | 0 | $env->{'PATH_INFO'} || '' |
| 49 | 126 | 0 | $self->root || '.' |
| 89 | 14 | 2 | $self->content_type || 'Plack::MIME'->mime_type($file) || 'text/plain' |
| 97 | 0 | 14 | $self->encoding || 'utf-8' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 4 | 112 | 15 | $self->file || $self->locate_file($env) |
| 26 | 19 | 0 | 0 | $method eq "GET" or $method eq "HEAD" |