| blib/lib/IO/Ftp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | ref $src and not $src->isa('IO::Ftp') |
| 54 | 0 | 0 | 0 | ref $src and not $uri->host |
| line | l | !l | condition |
|---|---|---|---|
| 36 | 0 | 0 | ref $src || 'IO::Ftp' |
| 88 | 0 | 0 | $uri->user || 'anonymous' |
| 89 | 0 | 0 | $uri->password || 'anon@anon.org' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 140 | 0 | 0 | 0 | $mode eq '<' or $mode eq '<<' |