Branch Coverage

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


line true false branch
51 0 0 unless ($memoized)
70 0 0 if ($option{'users'}) { }
0 0 elsif ($option{'branches'}) { }
76 0 0 unless $users{$user}{'files'}
0 0 unless $changed{$file}{'files'}
79 0 0 unless $users{$user}{'branches'}
0 0 unless $changed{$file}{'branches'}
91 0 0 unless $branches{$branch}{'files'}
0 0 unless $changed{$file}{'files'}
94 0 0 unless $branches{$branch}{'users'}
0 0 unless $changed{$file}{'users'}
110 0 0 if ($self->can($out))
122 0 0 unless ($option{'users'})
123 0 0 unless $changed->{$file}{'users'}
125 0 0 unless ($option{'branches'})
126 0 0 unless $changed->{$file}{'branches'}
128 0 0 if ($option{'users'} or $option{'branches'})
129 0 0 unless $changed->{$file}{'files'}
169 0 0 unless ($option->{'since'})
171 0 0 $option->{'week'} ? :
0 0 $option->{'month'} ? :
183 0 0 $option->{'remote'} ? :
0 0 $option->{'all'} ? :
0 0 $option->{'tag'} ? :
193 0 0 if $option{'verbose'}
197 0 0 if $self->ignore($changed)
200 0 0 if (defined $option{'depth'})
203 0 0 if (defined $option{'path_depth'})
205 0 0 if ($type =~ /^$path/)
211 0 0 if ($option{'remote'}) { }
0 0 elsif ($option{'all'}) { }
220 0 0 unless %branches
224 0 0 unless $changed{$type}{'files'}
228 0 0 unless $changed{$type}{'branches'}
233 0 0 if $option{'verbose'} and ++$count % 10 == 0
248 0 0 if ($option{'ignore_files'})
251 0 0 if $file =~ /$ignore/
256 0 0 if ($option{'ignore_user'} and grep {$commit->{'user'} =~ /$_/;} @{$option{"ignore_user"};})
261 0 0 if ($option{'ignore_branch'} and grep {$commit->{'branches'} =~ /$_/;} @{$option{"ignore_branch"};})