blib/lib/UTF8BOM.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 34 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 0 | 0 | -e $path and -f $path |
0 | 0 | 0 | -e $path and -d $path | |
0 | 0 | 0 | -e $path and -d $path and $recursive | |
89 | 0 | 0 | 0 | -e $path and -f $path |
0 | 0 | 0 | -e $path and -d $path | |
0 | 0 | 0 | -e $path and -d $path and $recursive |
line | l | !l | condition |
---|---|---|---|
62 | 0 | 0 | $options{'recursive'} || 0 |
83 | 0 | 0 | $options{'recursive'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | $options{'dir'} || 'File::Spec'->curdir |
66 | 0 | 0 | 0 | $file eq '.' or $file eq '..' |
82 | 0 | 0 | 0 | $options{'dir'} || 'File::Spec'->curdir |
87 | 0 | 0 | 0 | $file eq '.' or $file eq '..' |