Condition Coverage

blib/lib/Slackware/Slackget/Network/Connection.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
140 0 0 0 scalar @args == 1 and $ENABLE_DEPRECATED_COMPATIBILITY_MODE
158 0 0 0 exists $args{'host'} and exists $args{'config'} && ref $args{'config'} eq 'Slackware::Slackget::Config' || defined $args{'download_directory'}
167 0 0 0 defined $args{'InlineStates'} and ref $args{'InlineStates'} eq 'HASH'
171 0 0 0 exists $$self{'InlineStates'}{$_} and defined $$self{'InlineStates'}{$_}
222 0 0 0 defined $self and $self->can('_validate_url')
270 0 0 0 defined $$self{'DATA'}{'file'} and $$self{'DATA'}{'file'} =~ m[^(.+/)([^/]*)$]i
292 0 0 0 defined $$self{'DATA'}{'file'} and $$self{'DATA'}{'file'} =~ m[^(.*/)([^/]*)$]i
578 0 0 0 defined $dir and -e $dir
584 0 0 0 defined $$self{'DATA'}{'download_directory'} and -e $$self{'DATA'}{'download_directory'}

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 exists $args{'config'} && ref $args{'config'} eq 'Slackware::Slackget::Config' || defined $args{'download_directory'}