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