Branch Coverage

blib/lib/App/Git/Workflow/Command/Changes.pm
Criterion Covered Total %
branch 0 64 0.0


line true false branch
49 0 0 unless ($since)
55 0 0 $option{'period'} eq 'year' ? :
0 0 $option{'period'} eq 'month' ? :
0 0 $option{'period'} eq 'week' ? :
0 0 $option{'period'} eq 'day' ? :
57 0 0 $now->wday == 7 ? :
0 0 $now->wday == 1 ? :
64 0 0 if $option{'remote'}
65 0 0 if $option{'all'}
69 0 0 $option{'merges'} ? :
72 0 0 if (@ARGV)
89 0 0 if ($option{'periods'}) { }
95 0 0 $option{'until'} ? :
100 0 0 if $branch =~ / -> /
105 0 0 if ($hash)
110 0 0 unless $log
131 0 0 $option{'commits'} ? :
0 0 $option{'changes'} ? :
138 0 0 %paths ? :
0 0 %paths ? :
0 0 %paths ? :
148 0 0 if ($self->can($fmt))
159 0 0 $period eq 'year' ? :
0 0 $period eq 'month' ? :
0 0 $period eq 'week' ? :
0 0 $period eq 'day' ? :
167 0 0 $until->wday == 7 ? :
0 0 $until->wday == 1 ? :
194 0 0 unless $changes{'files'}
201 0 0 unless $changes{'files'}
214 0 0 if ($option{'changes'})
230 0 0 if $option{'multi_user'} and keys %{$$paths{$path};} < 2