|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
66
 | 
 0  | 
 0  | 
 unless (-d $self->{'gitdir'} and -d catdir($self->{'gitdir'}, ".git"))  | 
 
| 
70
 | 
 0  | 
 0  | 
 $^O eq 'MSWin32' ? :  | 
 
| 
73
 | 
 0  | 
 0  | 
 if (my $gitexit = $gitbin->exitcode)  | 
 
| 
80
 | 
 0  | 
 0  | 
 unless chdir $self->{'gitdir'}  | 
 
| 
93
 | 
 0  | 
 0  | 
 unless chdir $cwd  | 
 
| 
96
 | 
 0  | 
 0  | 
 unless (-d $self->{'ddir'} and -d catdir($self->{'ddir'}, ".git"))  | 
 
| 
101
 | 
 0  | 
 0  | 
 $^O eq 'MSWin32' ? :  | 
 
| 
104
 | 
 0  | 
 0  | 
 if (my $gitexit = $gitbin->exitcode)  | 
 
| 
110
 | 
 0  | 
 0  | 
 unless chdir $self->{'ddir'}  | 
 
| 
150
 | 
 0  | 
 0  | 
 unless $self->{'gitbranchfile'}  | 
 
| 
151
 | 
 0  | 
 0  | 
 unless -f $self->{'gitbranchfile'}  | 
 
| 
153
 | 
 0  | 
 0  | 
 if (open my $fh, "<", $self->{'gitbranchfile'})  |