| blib/lib/Test/Portability/Files.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 18 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 180 | 0 | 0 | 30 | length $file_name <= 39 and length $file_ext <= 40 |
| 186 | 0 | 0 | 0 | length $file_name <= 8 and length $file_ext <= 4 |
| 191 | 0 | 30 | 0 | not $lc_names{$file} and $lc_names{lc $file} |
| 207 | 30 | 0 | 0 | -d $file and tr/.// > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 114 | 0 | 0 | 0 | $_ eq 'File::Spec'->curdir or $_ eq 'pm_to_blib' |
| 118 | 0 | 0 | 0 | $firstdir eq 'blib' or $firstdir eq '_build' |