Branch Coverage

blib/lib/Git/Flux/Utils.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
70 0 0 if $diff
71 0 0 if $diff_index
124 0 0 if ($commit1 != $commit2) { }
128 0 0 if $cmd->exit == 0
129 0 0 if $commit1 eq $cmd->stdout
130 0 0 if $commit2 eq $cmd->stdout
177 0 0 if defined $_
230 0 0 if ($self->git_local_branch_exists($prefix . $name))
239 0 0 if (@matches == 0) { }
243 0 0 if (@matches == 1) { }
265 0 0 unless $self->gitflux_is_initialized
274 0 0 if $result eq 1
277 0 0 if $result eq 2
285 0 0 unless $self->git_local_branch_exists($br)
293 0 0 unless grep {$_ eq $br;} $self->git_remote_branches
301 0 0 unless grep {$_ eq $br;} $self->git_all_branches
310 0 0 unless grep {$_ eq $branch;} $self->git_all_branches
318 0 0 unless grep {$_ eq $tag;} $self->git_all_tags
329 0 0 if ($status > 0)
332 0 0 if ($status == 1) { }
0 0 elsif ($status == 2) { }