Branch Coverage

blib/lib/Games/ABC_Path/Solver/App.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
18 3 5 if (@_)
42 0 3 unless &GetOptionsFromArray($self->_argv, "help|h", \$help, "man", \$man, "gen-v1-template", \$gen_template)
49 0 3 if ($help) { }
0 3 elsif ($man) { }
1 2 elsif ($gen_template) { }
74 0 2 unless (defined $board_fn)