Branch Coverage

blib/lib/Plack/App/Storage/Abstract.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
20 1 0 unless $self->storage
43 4 5 if ($e)
44 2 2 if (builtin::blessed($e) and $e->isa('Storage::Abstract::X::NotFound')) { }
2 0 elsif (builtin::blessed($e) and $e->isa('Storage::Abstract::X::PathError')) { }
58 5 0 if ($content_type =~ m[^text/]u)