Branch Coverage

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


line true false branch
64 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)
84 0 0 if ($help)
112 0 0 unless ($class =~ /\A$_module_re\z/)
120 0 0 if ($@)
167 0 0 if ($self->_quotas_are_cb) { }
0 0 elsif (defined $self->_quotas_expr) { }
189 0 0 $self->_output_filename eq '-' ? :
242 0 0 $self->_is_flares ? :
266 0 0 $self->_is_flares ? :
275 0 0 if ($self->_add_horne_prune)
291 0 0 if ($self->_offset_quotas) { }
315 0 0 $self->_is_flares ? :
326 0 0 $self->_is_flares ? :
367 0 0 $self->_optimize_for =~ /len/ ? :
411 0 0 if ($self->_arbitrator->get_final_status eq 'solved_all')
455 0 0 if ($self->_should_trace_be_done)
503 0 0 unless open my $simulate_out_fh, '>', $self->_simulate_to
522 0 0 if (defined $self->_simulate_to)
535 0 0 if ($self->_should_exit_immediately)