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) { }
313 0 0 $self->_is_flares ? :
323 0 0 $self->_is_flares ? :
357 0 0 $self->_optimize_for =~ /len/ ? :
399 0 0 if ($self->_arbitrator->get_final_status eq 'solved_all')
444 0 0 if ($self->_should_trace_be_done)
488 0 0 unless open my $simulate_out_fh, '>', $self->_simulate_to
507 0 0 if (defined $self->_simulate_to)
519 0 0 if ($self->_should_exit_immediately)