| blib/lib/Test/Portability/Files.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 18 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 191 | 2 | 1 | 47 | length $file_name <= 39 and length $file_ext <= 40 |
| 197 | 5 | 2 | 11 | length $file_name <= 8 and length $file_ext <= 4 |
| 202 | 0 | 49 | 1 | not $lc_names{$file} and $lc_names{lc $file} |
| 218 | 49 | 0 | 1 | -d $file and tr/.// > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 119 | 0 | 0 | 0 | $_ eq 'File::Spec'->curdir or $_ eq 'pm_to_blib' |
| 123 | 0 | 0 | 0 | $firstdir eq 'blib' or $firstdir eq '_build' |