Condition Coverage

blib/lib/AnyEvent/FTP/Client.pm
Criterion Covered Total %
condition 8 16 50.0


and 3 conditions

line !l l&&!r l&&r condition
80 38 0 31 ref $host and eval { do { $host->isa('URI') } }
307 0 0 38 defined $res and $res->is_success

or 2 conditions

line l !l condition
88 38 0 $port //= 21
228 16 8 $verb //= 'LIST'

or 3 conditions

line l !l&&r !l&&!r condition
266 7 0 0 eval { do { (shift())->recv } } // $@
302 38 0 0 eval { do { (shift())->recv } } // $@