Branch Coverage

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


line true false branch
258 0 0 if (defined $explicit_targets)
259 0 0 unless ref $explicit_targets eq 'ARRAY'
268 0 0 unless (-e $ft)
276 0 0 if (@missing_files)
423 0 0 if $self->{'verbose'}
425 0 0 if (defined $excluded_targets) { }
426 0 0 if (ref $excluded_targets ne 'ARRAY')
448 0 0 if $self->{'verbose'}
453 0 0 if system "git checkout --quiet $starting_branch"
457 0 0 if $self->{'verbose'}
464 0 0 unless chdir $self->{'gitdir'}
465 0 0 if system 'git clean --quiet -dfx'
468 0 0 if system "git checkout --quiet $commit"
469 0 0 if $self->{'verbose'}
470 0 0 if system $self->{'configure_command'}
479 0 0 if $self->{'verbose'}
480 0 0 if system $self->{'make_command'}
501 0 0 if ($command_raw eq 'harness') { }
507 0 0 if $self->{'verbose'}
508 0 0 if system $cmd
517 0 0 if $self->{'verbose'}
525 0 0 if ($target_h_md5_hex ne $current_start_md5_hex) { }
529 0 0 if ($target_g_md5_hex eq $current_start_md5_hex) { }
530 0 0 if ($target_h_md5_hex eq $overall_end_md5_hex) { }
586 0 0 unless exists $self->{'timings'}