Condition Coverage

blib/lib/Plack/App/DirectoryIndex.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

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"

or 2 conditions

line l !l condition
16 3 1 $self->dir_index // 'index.html'