| blib/lib/Plack/App/File/CaseInsensitive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 13 | 53.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 0 | 0 | 1 | ref $file and ref $file eq 'ARRAY' |
| 0 | 0 | 1 | ref $file and ref $file eq 'ARRAY' and $$file[0] == 404 | |
| 80 | 17 | 2 | 3 | -d $File::Find::name and not $full_path =~ /^\Q$File::Find::name\E/i |
| line | l | !l | condition |
|---|---|---|---|
| 29 | 1 | 0 | $$env{'PATH_INFO'} || '' |
| 35 | 0 | 1 | $self->root || '.' |