| blib/lib/Plack/App/Storage/Abstract.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 10 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 2 | 2 | builtin::blessed($e) and $e->isa("Storage::Abstract::X::NotFound") |
| 0 | 0 | 2 | builtin::blessed($e) and $e->isa("Storage::Abstract::X::PathError") |
| line | l | !l | condition |
|---|---|---|---|
| 23 | 0 | 1 | $self->encoding // "utf-8" |
| 57 | 0 | 5 | 'Plack::MIME'->mime_type($path) || 'text/plain' |