Condition Coverage

blib/lib/Perl/Download/FTP.pm
Criterion Covered Total %
condition 1 14 7.1


or 2 conditions

line l !l condition
125 2 0 $args //= {}
361 0 0 $early_dev //= ''
470 0 0 $args ||= {}
522 0 0 $rc || ''

or 3 conditions

line l !l&&r !l&&!r condition
529 0 0 0 $in{$b}{'minor'} <=> $in{$a}{'minor'} or $in{$b}{'patch'} <=> $in{$a}{'patch'}
553 0 0 0 $self->{'versions'}{$type}{$b}{'major'} <=> $self->{'versions'}{$type}{$a}{'major'} or $self->{'versions'}{$type}{$b}{'minor'} <=> $self->{'versions'}{$type}{$a}{'minor'}