Branch Coverage

blib/lib/Perl5/TestEachCommit/Util.pm
Criterion Covered Total %
branch 1 2 50.0


line true false branch
60 0 3 unless my $result = &GetOptions("workdir=s", \$opts{'workdir'}, "branch=s", \$opts{'branch'}, "start=s", \$opts{'start'}, "end=s", \$opts{'end'}, "configure_command=s", \$opts{'configure_command'}, "make_test_prep_command=s", \$opts{'make_test_prep_command'}, "make_test_harness_command=s", \$opts{'make_test_harness_command'}, "skip_test_harness", \$opts{'skip_test_harness'}, "verbose", \$opts{'verbose'}, "make_minitest_prep_command=s", \$opts{'make_minitest_prep_command'}, "make_minitest_command=s", \$opts{'make_minitest_command'})