Branch Coverage

blib/lib/Plack/Middleware/StaticShared.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
28 0 0 unless my($version, $files) = $env->{'PATH_INFO'} =~ /^$prefix:([^:\s]{1,32}):(.+)$/
32 0 0 if ($self->verifier and not $self->verifier->(local $_ = $version, $prefix))
40 0 0 if ($req->header('If-None-Match') or '' eq $etag) { }
46 0 0 unless (defined $ret)
48 0 0 if $static->{'filter'}
54 0 0 if ($@) { }
84 0 0 unless -e $file
87 0 0 unless $base->contains($file)