Branch Coverage

bin/spel-wizard.pl
Criterion Covered Total %
branch 15 28 53.5


line true false branch
46 0 38 if $opt_help
47 0 38 if $opt_man
49 38 0 if @ARGV == 1
51 0 38 unless $opt_showconfig or defined $argument
63 0 38 $^O eq 'MSWin32' ? :
67 38 0 unless -r $configfilename
70 0 38 unless -r $configfilename
72 0 38 unless my $config = "Config::Tiny"->read($configfilename)
80 38 0 if $opt_verbose >= 1
86 0 38 if ($opt_showconfig)
99 1 37 unless $spelWizard->parseAuxFile($opt_verbose, $opt_test)
102 0 37 unless (eval { do { exit 102 unless $spelWizard->parseAuxFile($opt_verbose, $opt_test); 1 } })
111 0 37 unless (eval { do { $spelWizard->parseChunks($opt_verbose, $opt_test, $opt_debug); 1 } })
119 37 0 if $opt_verbose >= 1