Branch Coverage

blib/lib/Devel/Git/MultiBisect.pm
Criterion Covered Total %
branch 0 58 0.0


line true false branch
297 0 0 if (defined $explicit_targets)
298 0 0 unless ref $explicit_targets eq "ARRAY"
307 0 0 unless (-e $ft)
315 0 0 if (@missing_files)
382 0 0 if (defined $explicit_targets)
383 0 0 unless ref $explicit_targets eq "ARRAY"
392 0 0 unless (-e $ft)
400 0 0 if (@missing_files)
548 0 0 if $self->{'verbose'}
550 0 0 if (defined $excluded_targets) { }
551 0 0 if (ref $excluded_targets ne "ARRAY")
573 0 0 if $self->{'verbose'}
578 0 0 if system "git checkout --quiet $starting_branch"
582 0 0 if $self->{'verbose'}
589 0 0 unless chdir $self->{'gitdir'}
590 0 0 if system "git clean --quiet -dfx"
593 0 0 if system "git checkout --quiet $commit"
594 0 0 if $self->{'verbose'}
595 0 0 if system $self->{'configure_command'}
604 0 0 if $self->{'verbose'}
605 0 0 if system $self->{'make_command'}
626 0 0 if ($command_raw eq 'harness') { }
632 0 0 if $self->{'verbose'}
633 0 0 if system $cmd
642 0 0 if $self->{'verbose'}
650 0 0 if ($target_h_md5_hex ne $current_start_md5_hex) { }
654 0 0 if ($target_g_md5_hex eq $current_start_md5_hex) { }
655 0 0 if ($target_h_md5_hex eq $overall_end_md5_hex) { }
711 0 0 unless exists $self->{'timings'}