Condition Coverage

blib/lib/IO/Ftp.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

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

or 2 conditions

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'

or 3 conditions

line l !l&&r !l&&!r condition
140 0 0 0 $mode eq '<' or $mode eq '<<'