Branch Coverage

File:bin/fuzz-harness-generator
Coverage:66.7%

line%coveragebranch
7250TFunless &GetOptions("help|h", \$help, "input|i=s", \$infile, "dry-run|n", \$dry_run, "output|o=s", \$outfile, "run|r", \$run, "verbose|v", \$verbose, "version|V", \$version)
82100TFif $help
84100TFif ($version)
8950TFif ($infile and @ARGV)
9350TFunless $infile ||= shift @ARGV
9550TFif ($dry_run and $run)
99100TFif ($dry_run and $outfile)
10350TFif ($verbose)
10750TFif ($run and not $outfile)
117100TFif ($dry_run) { }
50TFelsif ($outfile and -e $outfile and not $run) { }
124100TFunless (eval {         do {         App::Test::Generator::generate($infile, $tmp); 1 } })
13750TFif ($outfile)
13850TFif $outfile =~ /\.(pl|cgi)$/
13950TFif ($run)