blib/lib/Perl/Download/FTP/Distribution.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 7 | 28.5 |
line | l | !l | condition |
---|---|---|---|
321 | 0 | 0 | exists $self->{'cache'} and ref $self->{'cache'} eq 'ARRAY' and scalar @{$self->{'cache'};} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
321 | 0 | 0 | 0 | exists $self->{'cache'} and ref $self->{'cache'} eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
139 | 2 | 1 | $args //= {} |