| line | true | false | branch | 
 
| 59 | 0 | 24 | if @unknown_options | 
 
| 72 | 0 | 19 | unless ($application) | 
 
| 80 | 0 | 19 | if $opt->{'try_app_as_model'} | 
 
| 82 | 0 | 19 | if $opt->{'trace'} | 
 
| 84 | 0 | 19 | unless (defined $root_model) | 
 
| 93 | 0 | 0 | if ($appli_info->{$application}{'require_config_file'} and $appli_info->{$application}{'require_backend_argument'}) | 
 
| 100 | 0 | 19 | if ($appli_info->{$application}{'require_config_file'}) { } | 
 
|  | 0 | 19 | elsif ($appli_info->{$application}{'allow_config_file_override'}) { } | 
 
| 102 | 0 | 0 | unless $config_file | 
 
| 110 | 0 | 19 | if ($appli_info->{$application}{'require_backend_argument'}) | 
 
| 113 | 0 | 0 | unless ($b_arg) | 
 
| 115 | 0 | 0 | $message ? : | 
 
| 120 | 0 | 0 | if ($appli_info->{$application}{'use_backend_argument_as_config_file'}) | 
 
| 126 | 0 | 19 | if ($args->[0] and $args->[0] eq "~~") | 
 
| 146 | 0 | 38 | if $opt->{'model_dir'} | 
 
| 148 | 19 | 19 | unless ($self->{'_model'}) | 
 
| 169 | 0 | 38 | $opt->{'force_load'} ? : | 
 
| 172 | 21 | 93 | if defined $opt->{$param} | 
 
| 187 | 13 | 1 | unless $opt->{'quiet'} | 
 
| 216 | 0 | 0 | if ($opt->{'open_item'}) | 
 
| 253 | 0 | 0 | if $s->title =~ /DESCRIPTION|USAGE|OPTIONS|EXIT/ |