| line |
true |
false |
branch |
|
62
|
0 |
0 |
unless $user |
|
64
|
0 |
0 |
if ($$self{'into'}) |
|
73
|
0 |
0 |
unless (@repos) |
|
86
|
0 |
0 |
unless dialog_yes_default('Are you sure to continue ?') |
|
95
|
0 |
0 |
ref $$self{'exclude'} eq 'ARRAY' ? : |
|
102
|
0 |
0 |
if exists $$exclude{$local_repo} |
|
106
|
0 |
0 |
if $$self{'prefix'} |
|
109
|
0 |
0 |
if (-e $local_repo) |
|
110
|
0 |
0 |
if ($$self{'skip_exists'}) { } |
|
|
0 |
0 |
elsif ($$self{'force'}) { } |
|
116
|
0 |
0 |
unless (rmtree($local_repo)) |
|
135
|
0 |
0 |
if ($$self{'prompt'}) |
|
136
|
0 |
0 |
unless dialog_yes_default('Clong ' . $$repo{'name'} . ' ?') |
|
147
|
0 |
0 |
if ($$self{'tags'}) |