blib/lib/DirDB/FTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 6 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
227 | 0 | 0 | 0 | $ftp->rmdir($rootpath, 'recurse') and $ftp->mkdir($rootpath) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 0 | 0 | $ftp->cwd($rootpath) or $ftp->mkdir($rootpath, 'recurse') |