| blib/lib/Net/SCP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 45 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 0 | 0 | 0 | &_islocal($src) and not -d $src |
| 77 | 0 | 0 | 0 | defined $interact and $interact |
| 0 | 0 | 0 | defined $$self{'interactive'} and $$self{'interactive'} | |
| 204 | 0 | 0 | 0 | $$self{'cwd'} and not $remote =~ m[^/] |
| 223 | 0 | 0 | 0 | $$self{'cwd'} and not $directory =~ m[^/] |
| 255 | 0 | 0 | 0 | $$self{'cwd'} and not $file =~ m[^/] |
| 290 | 0 | 0 | 0 | $$self{'cwd'} and not $remote =~ m[^/] |
| line | l | !l | condition |
|---|---|---|---|
| 192 | 0 | 0 | $cwd || '/' |
| 234 | 0 | 0 | <$error> || '' |
| 270 | 0 | 0 | <$reader> || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | defined $interact and $interact or defined $$self{'interactive'} and $$self{'interactive'} |
| 158 | 0 | 0 | 0 | ref $proto || $proto |
| 205 | 0 | 0 | 0 | $local ||= basename($remote) |
| 235 | 0 | 0 | 0 | $errstr || 'mkdir exited with status ' . ($? >> 8) |
| 267 | 0 | 0 | 0 | $errstr || 'wc exited with status ' . $? >> 8 |
| 289 | 0 | 0 | 0 | $remote ||= basename($local) |