Condition Coverage

lib/Rex/Commands/Sync.pm
Criterion Covered Total %
condition 0 40 0.0


and 3 conditions

line !l l&&!r l&&r condition
172 0 0 0 exists $options->{'files'} and exists $options->{'files'}{'mode'}
176 0 0 0 exists $options->{'files'} and exists $options->{'files'}{'owner'}
180 0 0 0 exists $options->{'files'} and exists $options->{'files'}{'group'}
185 0 0 0 exists $options->{'directories'} and exists $options->{'directories'}{'mode'}
191 0 0 0 exists $options->{'directories'} and exists $options->{'directories'}{'owner'}
197 0 0 0 exists $options->{'directories'} and exists $options->{'directories'}{'group'}
210 0 0 0 $file->{'path'} =~ /\.tpl$/u and $options->{'parse_templates'}
229 0 0 0 exists $options->{'on_change'} and ref $options->{'on_change'} eq "CODE"
0 0 0 exists $options->{'on_change'} and ref $options->{'on_change'} eq "CODE" and scalar @uploaded_files > 0
315 0 0 0 exists $options->{'on_change'} and ref $options->{'on_change'} eq "CODE"
0 0 0 exists $options->{'on_change'} and ref $options->{'on_change'} eq "CODE" and scalar @diff > 0

or 2 conditions

line l !l condition
123 0 0 $options->{'exclude'} ||= []
281 0 0 $options->{'exclude'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
137 0 0 0 match_glob($cmp, $file) or match_glob($cmp, substr($file, 1))