Branch Coverage

lib/Plack/Middleware/DirIndex.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
44 0 4 unless $self->root
45 2 2 unless $self->dir_index
51 4 6 if ($env->{'PATH_INFO'} =~ m[/$] and -f $self->root . "/" . $env->{'PATH_INFO'} . $self->dir_index)