Branch Coverage

blib/lib/PANT/Svn.pm
Criterion Covered Total %
branch 12 24 50.0


line true false branch
45 0 3 if ($args{'directory'})
47 0 0 unless chdir $args{'directory'}
54 0 3 if ($$self{'dryrun'}) { }
62 3 0 if (open PIPE, "$cmd |") { }
75 0 3 if $retval == 0
77 0 0 unless chdir $cdir
0 3 if ($args{'directory'})
90 0 3 if $line =~ /^At /
92 0 3 if $line =~ /^Updated to /
93 0 3 if $line =~ /^Restored /
94 2 1 if ($line =~ /^[ADUM][A-Z]?\s+/)
111 1 9 if ($line =~ /^[C][A-Z]?\s+/)