| line |
true |
false |
branch |
|
51
|
0 |
0 |
unless open my $handle, "<", $filename |
|
123
|
0 |
0 |
unless open my $handle, ">", $filename |
|
152
|
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) |
|
194
|
0 |
0 |
unless -d $conf_dir |
|
206
|
0 |
0 |
unless (%revision_details) |
|
219
|
0 |
0 |
if ($target_branch eq $source_branch) { } |
|
|
0 |
0 |
elsif ($found_branch) { } |
|
240
|
0 |
0 |
if ($output_from_merge =~ /Summary of conflicts/) |
|
251
|
0 |
0 |
if ($output_from_commit =~ /Committed revision (\d+)\./) { } |
|
264
|
0 |
0 |
if (not $found_branch) |
|
286
|
0 |
0 |
if -d $rami_home_dir |
|
290
|
0 |
0 |
unless $result_of_export =~ /Export complete|Exported revision/ |
|
319
|
1 |
1 |
wantarray ? : |