Branch Coverage

blib/lib/Mojolicious/Command/bundle.pm
Criterion Covered Total %
branch 6 36 16.6


line true false branch
178 1 0 ref $_[-1] eq 'CODE' ? :
179 1 0 $_[-1] =~ /^\#\s*(.*)/ ? :
183 1 0 if (defined $comment) { }
0 0 elsif (not $self->quiet) { }
184 1 0 if $comment =~ /\w/
190 1 0 if ($cb) { }
191 0 1 unless my $pid = open(my $GIT, '-|', '/usr/bin/git', @cmd)
202 0 0 if $exit
212 0 0 unless my $url = $self->repositories->{$repo}{'git_url'}
218 0 0 if /^$repo\b/
219 0 0 unless $exists
221 0 0 if $_ eq $version
223 0 0 if (-e $latest_file) { }
233 0 0 unless close $GIT_APPLY
237 0 0 unless -d $vendor_dir
241 0 0 unless ($self->_git(('diff', '--cached', '--quiet'), '# Checking for changes', sub { } ))
246 0 0 $latest_commit ? :
249 0 0 if ($latest_commit)