| blib/lib/File/CheckTree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 124 | 21 | 3 | 4 | $cwd and not 'File::Spec'->file_name_is_absolute($file) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 2 | 15 | 22 | $check =~ /^\s*#/ or $check =~ /^\s*$/ |
| 94 | 1 | 5 | 16 | $check =~ /^\s*"([^"]+)"\s+(.*?)\s*$/ or $check =~ /^\s*'([^']+)'\s+(.*?)\s*$/ |
| 6 | 16 | 0 | $check =~ /^\s*"([^"]+)"\s+(.*?)\s*$/ or $check =~ /^\s*'([^']+)'\s+(.*?)\s*$/ or $check =~ /^\s*(\S+?)\s+(\S.*?)\s*$/ | |
| 227 | 0 | 0 | 0 | $ferror =~ s/ is not / should not be / or $ferror =~ s/ does not / should not / |