| blib/lib/Net/FTP/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 286 | 20 | 0 | 0 | exists $$self{'mode'} and $$self{'mode'} eq 'ascii' |
| 342 | 2 | 0 | 0 | $self->_conn and not $self->_conn->ok |
| 470 | 0 | 30 | 22 | $mode and $mode =~ /\A-/msx |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 450 | 5 | 9 | 0 | $$self{'file_filter'} || qr/./msx |