|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
57
 | 
 0  | 
 0  | 
 unless open my $handle, "<", $filename  | 
 
| 
78
 | 
 0  | 
 0  | 
 unless open my $handle, ">", $filename  | 
 
| 
107
 | 
 0  | 
 0  | 
 if (/^-----+\R*        # match a bunch of dashes followed by a newline.
				^r.*?lines?\R+   # match line: r84187 | badelman | ... | 4 lines
				^(.*?)\R+        # Match the commit message.
				^-------+\R*\Z   # Match a bunch of dashes followed by a newline.
				/msx)  | 
 
| 
149
 | 
 0  | 
 0  | 
 unless -d $conf_dir  | 
 
| 
161
 | 
 0  | 
 0  | 
 unless (%revision_details)  | 
 
| 
174
 | 
 0  | 
 0  | 
 if ($target_branch eq $source_branch) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($found_branch) { }  | 
 
| 
195
 | 
 0  | 
 0  | 
 if ($output_from_merge =~ /Summary of conflicts/)  | 
 
| 
206
 | 
 0  | 
 0  | 
 if ($output_from_commit =~ /Committed revision (\d+)\./) { }  | 
 
| 
219
 | 
 0  | 
 0  | 
 if (not $found_branch)  | 
 
| 
266
 | 
 0  | 
 0  | 
 if ($^O ne 'MSWin32') { }  | 
 
| 
295
 | 
 0  | 
 0  | 
 if -d $rami_home_dir  | 
 
| 
299
 | 
 0  | 
 0  | 
 unless $result_of_export =~ /Export complete|Exported revision/  | 
 
| 
328
 | 
 1  | 
 1  | 
 wantarray ? :  |