Branch Coverage

blib/lib/MMM/Sync/Rsync.pm
Criterion Covered Total %
branch 7 24 29.1


line true false branch
18 0 1 if ($$self{'options'}{'rsync_defaults'}) { }
22 0 1 if ($$self{'options'}{'rsync_opts'})
26 0 1 if ($$self{'options'}{'exclude'})
36 0 3 $$self{'options'}{$_} ? :
41 0 2 $$self{'options'}{$_} ? :
47 0 1 if $$self{'options'}{'partialdir'}
49 0 1 if $$self{'options'}{'use_ssh'}
63 0 0 if ($src eq 'STDERR') { }
0 0 elsif ($line =~ /vanished|error|permission denied/i) { }
75 0 0 unless $exitstatus
81 0 0 if (grep {$exitstatus == $_;} 1, 2, 20)
93 0 0 if (grep {$exitstatus == $_;} 25)