line |
true |
false |
branch |
47
|
1 |
5 |
@ARGV ? :
|
|
3 |
6 |
@ARGV && $actions{$ARGV[0]} ? :
|
52
|
0 |
0 |
$option{'runs'} ? :
|
|
9 |
0 |
$option{'once'} ? :
|
57
|
2 |
8 |
if $option{'verbose'}
|
59
|
9 |
1 |
if ($last ne $id)
|
63
|
7 |
1 |
if (found($changes))
|
64
|
6 |
1 |
if ($action eq 'show') { }
|
65
|
2 |
4 |
$option{'verbose'} ? :
|
68
|
5 |
1 |
unless ($option{'quiet'})
|
69
|
1 |
4 |
$option{'verbose'} ? :
|
104
|
8 |
11 |
if ($option{'all'} or $option{'remote'}) { }
|
105
|
4 |
4 |
if ($fetch)
|
111
|
1 |
5 |
if $fetch and $option{'pull'}
|
121
|
2 |
6 |
if ($option{'file'})
|
122
|
1 |
1 |
if grep {/$option{'file'}/;} keys %{$$changes{"files"};}
|
125
|
2 |
5 |
if ($option{'branch'})
|
126
|
1 |
1 |
if grep {/$option{'branch'}/;} keys %{$$changes{"branches"};}
|
140
|
8 |
4 |
if $id eq $last
|
155
|
1 |
1 |
if (not defined $spinner) { }
|
|
0 |
1 |
elsif (not $spinner) { }
|
158
|
0 |
1 |
if $@
|