| blib/lib/File/Spec/OS2.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 115 | 11 | 0 | 0 | $volume =~ m[^([\\/])[\\/][^\\/]+[\\/][^\\/]+\Z(?!\n)]s and $directory =~ m[^[^\\/]]s |
| 124 | 0 | 0 | 11 | not $volume =~ /^[a-zA-Z]:\Z(?!\n)/s and $volume =~ m[[^\\/]\Z(?!\n)] |
| 0 | 9 | 2 | not $volume =~ /^[a-zA-Z]:\Z(?!\n)/s and $volume =~ m[[^\\/]\Z(?!\n)] and $file =~ m[[^\\/]] | |
| 167 | 0 | 2 | 4 | @pathchunks and @basechunks |
| 2 | 0 | 4 | @pathchunks and @basechunks and lc $pathchunks[0] eq lc $basechunks[0] | |
| 190 | 0 | 2 | 0 | $path_directories ne '' and $base_directories ne '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 150 | 0 | 0 | 6 | not defined $base or $base eq '' |
| 207 | 0 | 0 | 0 | not defined $base or $base eq '' |