line |
true |
false |
branch |
47
|
8 |
1 |
unless ($since)
|
53
|
1 |
1 |
$option{'period'} eq 'year' ? :
|
|
1 |
2 |
$option{'period'} eq 'month' ? :
|
|
1 |
3 |
$option{'period'} eq 'week' ? :
|
|
4 |
4 |
$option{'period'} eq 'day' ? :
|
55
|
0 |
7 |
$now->wday == 7 ? :
|
|
0 |
7 |
$now->wday == 1 ? :
|
62
|
1 |
7 |
if $option{'remote'}
|
63
|
1 |
7 |
if $option{'all'}
|
66
|
1 |
7 |
$option{'merges'} ? :
|
74
|
0 |
8 |
if ($option{'periods'}) { }
|
80
|
0 |
8 |
$option{'until'} ? :
|
85
|
1 |
8 |
if $branch =~ / -> /
|
99
|
0 |
16 |
$option{'commits'} ? :
|
|
0 |
16 |
$option{'changes'} ? :
|
105
|
8 |
0 |
%users ? :
|
|
8 |
0 |
%users ? :
|
114
|
8 |
0 |
if ($self->can($fmt))
|
125
|
0 |
0 |
$period eq 'year' ? :
|
|
0 |
0 |
$period eq 'month' ? :
|
|
0 |
0 |
$period eq 'week' ? :
|
|
0 |
0 |
$period eq 'day' ? :
|
133
|
0 |
0 |
$until->wday == 7 ? :
|
|
0 |
0 |
$until->wday == 1 ? :
|
160
|
0 |
0 |
unless $changes{'files'}
|
167
|
0 |
0 |
unless $changes{'files'}
|
184
|
0 |
8 |
if ($option{'changes'})
|
203
|
0 |
16 |
$users->{$user}{'changes'} ? :
|
215
|
0 |
8 |
if ($option{'changes'}) { }
|