Condition Coverage

blib/lib/Siffra/Transfers.pm
Criterion Covered Total %
condition 2 28 7.1


and 3 conditions

line !l l&&!r l&&r condition
441 0 0 0 ref $retorno->{$directory} eq 'HASH' and $retorno->{$directory}{'error'} == 0
0 0 0 ref $retorno->{$directory} eq 'HASH' and $retorno->{$directory}{'error'} == 0 and $directoryConfiguration->{'unpack'}
445 0 0 0 ref $file eq 'HASH' and $file->{'error'} == 0
498 0 0 0 not defined $remoteFiles and $self->{'connection'}->message =~ /No files found/u
612 0 0 0 $entry->{'a'}{'size'} > 0 && $entry->{'filename'} =~ qr/$configuration->{'fileNameRule'}/iu && ref $configuration->{'downloadedFiles'} eq 'HASH' && !$configuration->{'downloadedFiles'}{$entry->{'filename'}}
752 0 0 1 &blessed($self) and $self->isa('Siffra::Transfers')

or 2 conditions

line l !l condition
19 0 1 $ENV{'DEBUG'} // 0
299 0 0 $self->{'config'}{'port'} // 21
0 0 $self->{'config'}{'passive'} // 1
351 0 0 $self->{'config'}{'port'} // 22
510 0 0 $self->{'connection'}->message // ''