blib/lib/Plack/App/File.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 11 | 72.7 |
line | l | !l | condition |
---|---|---|---|
40 | 126 | 0 | $env->{'PATH_INFO'} || '' |
46 | 125 | 0 | $self->root || '.' |
86 | 14 | 2 | $self->content_type || 'Plack::MIME'->mime_type($file) || 'text/plain' |
94 | 0 | 14 | $self->encoding || 'utf-8' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 4 | 111 | 15 | $self->file || $self->locate_file($env) |