Branch Coverage

blib/lib/Cvs/Cvsroot.pm
Criterion Covered Total %
branch 6 34 17.6


line true false branch
13 0 4 unless defined $cvsroot
20 4 0 if ($cvsroot =~ m[^/]) { }
0 0 elsif ($cvsroot =~ /^\:pserver\:/) { }
0 0 elsif ($cvsroot =~ /^(?:.*\@)?.+:.*$/) { }
32 0 0 if ($conf{'remote-shell'} =~ /(ssh|rsh)$/) { }
36 0 0 if ($$self{'method'} eq 'ssh')
63 0 4 if ($debug)
70 0 4 if (defined $$self{'remote-shell'})
75 0 4 if ($$self{'method'} eq 'pserver') { }
0 4 elsif ($$self{'method'} eq 'ssh') { }
81 0 0 if (defined $$self{'password'}) { }
83 0 0 if ($cmd->cvs->login->success) { }
109 0 0 unless my($fh, $file) = File::Temp::tmpnam()
111 0 0 if $debug
121 0 0 if $debug
199 0 0 if (defined $fingerprint and defined $$self{'fingerprint'}) { }
201 0 0 if ($fingerprint eq $$self{'fingerprint'}) { }