Condition Coverage

blib/lib/Net/DownloadMirror.pm
Criterion Covered Total %
condition 9 22 40.9


and 3 conditions

line !l l&&!r l&&r condition
141 1 0 0 @$ra_rf and $self->IsConnection
173 0 1 0 $$self{'_delete'} eq 'enable' and @$ra_lf
191 0 1 0 $$self{'_delete'} eq 'enable' and @$ra_ld
206 1 1 1 defined $$self{'_last_modified'}{$key} and $$self{'_last_modified'}{$key} =~ /^\d+$/

or 2 conditions

line l !l condition
39 0 3 $arg{'filename'} || 'lastmodified_remote'
40 0 3 $arg{'delete'} || 'disabled'

or 3 conditions

line l !l&&r !l&&!r condition
10 3 0 0 $class || ref $class
148 0 0 0 $$self{'_current_modified'}{$rf} || $$self{'_connection'}->mdtm($rf)