Branch Coverage

blib/lib/AI/Pathfinding/OptimizeMultiple/App/CmdLine.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
69 0 0 unless &GetOptionsFromArray($self->argv, "help|h", \$help, "man", \$man, "o|output=s", \$output_filename, "num-boards=i", \$num_boards, "trace", \$should_trace_be_done, "rle!", \$should_rle_be_done, "start-board=i", \$_start_board, "quotas-expr=s", \$_quotas_expr, "quotas-are-cb", \$quotas_are_cb, "offset-quotas", \$offset_quotas, "opt-for=s", \$optimize_for, "simulate-to=s", \$simulate_to, "sprtf", \$_add_horne_prune, "input-class=s", \$input_obj_class, "stats-factors=f", \%stats_factors)
88 0 0 if ($help)
116 0 0 unless ($class =~ /\A$_module_re\z/)
123 0 0 if ($@)
173 0 0 if ($self->_quotas_are_cb) { }
0 0 elsif (defined $self->_quotas_expr) { }
195 0 0 $self->_output_filename eq '-' ? :
247 0 0 $self->_is_flares ? :
265 0 0 $self->_is_flares ? :
274 0 0 if ($self->_add_horne_prune)
289 0 0 if ($self->_offset_quotas) { }
314 0 0 $self->_is_flares ? :
325 0 0 $self->_is_flares ? :
359 0 0 $self->_optimize_for =~ /len/ ? :
401 0 0 if ($self->_arbitrator->get_final_status eq "solved_all")
446 0 0 if ($self->_should_trace_be_done)
490 0 0 unless open my $simulate_out_fh, ">", $self->_simulate_to
509 0 0 if (defined $self->_simulate_to)
521 0 0 if ($self->_should_exit_immediately)