blib/lib/Module/Manifest/Skip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 17 | 23.5 |
line | l | !l | condition |
---|---|---|---|
93 | 0 | 1 | $ignore and return '' |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 5 | 0 | 0 | $command and $command eq 'create' |
74 | 0 | 0 | 0 | $path =~ s[(\S.*?)[\\/]?\blib\b.*][$1] and -e "$path/share" |
85 | 0 | 0 | 0 | $dir and -f $file |
0 | 0 | 0 | $dir and -f $file and -r $file |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
93 | 9 | 0 | 1 | open FILE, $file or $ignore and return '' |