blib/lib/Plack/App/File/Range.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 7 | 71.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 3 | 1 | 4 | length $start and length $end |
line | l | !l | condition |
---|---|---|---|
18 | 7 | 0 | $self->content_type || 'Plack::MIME'->mime_type($file) || 'text/plain' |
20 | 0 | 7 | $self->encoding || 'utf-8' |