Branch Coverage

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


line true false branch
286 0 0 if (defined $explicit_targets)
287 0 0 unless ref $explicit_targets eq 'ARRAY'
296 0 0 unless (-e $ft)
304 0 0 if (@missing_files)
451 0 0 if $self->{'verbose'}
453 0 0 if (defined $excluded_targets) { }
454 0 0 if (ref $excluded_targets ne 'ARRAY')
476 0 0 if $self->{'verbose'}
481 0 0 if system "git checkout --quiet $starting_branch"
485 0 0 if $self->{'verbose'}
492 0 0 unless chdir $self->{'gitdir'}
493 0 0 if system 'git clean --quiet -dfx'
496 0 0 if system "git checkout --quiet $commit"
497 0 0 if $self->{'verbose'}
498 0 0 if system $self->{'configure_command'}
507 0 0 if $self->{'verbose'}
508 0 0 if system $self->{'make_command'}
529 0 0 if ($command_raw eq 'harness') { }
535 0 0 if $self->{'verbose'}
536 0 0 if system $cmd
545 0 0 if $self->{'verbose'}
553 0 0 if ($target_h_md5_hex ne $current_start_md5_hex) { }
557 0 0 if ($target_g_md5_hex eq $current_start_md5_hex) { }
558 0 0 if ($target_h_md5_hex eq $overall_end_md5_hex) { }
614 0 0 unless exists $self->{'timings'}