Condition Coverage

blib/lib/WE_Frontend/Publish/FTP.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 @extracgi and !defined($livecgidirectory) || $livecgidirectory eq ''
92 0 0 0 defined $livedirectory and $livedirectory ne ''

or 3 conditions

line l !l&&r !l&&!r condition
60 0 0 0 not defined $liveuser or $liveuser eq ''
63 0 0 0 not defined $livepassword or $livepassword eq ''
66 0 0 0 not defined $livehost or $livehost eq ''
69 0 0 0 not defined $pubhtmldir or $pubhtmldir eq ''
72 0 0 0 !defined($livecgidirectory) || $livecgidirectory eq ''