blib/lib/Plack/App/DirectoryIndex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 8 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
18 | 0 | 1 | 3 | -d $dir and $dir_index |
1 | 0 | 3 | -d $dir and $dir_index and -f "$dir$dir_index" |
line | l | !l | condition |
---|---|---|---|
16 | 3 | 1 | $self->dir_index // 'index.html' |