| line | true | false | branch | 
 
| 63 | 0 | 0 | unless $self->has_no_command | 
 
| 88 | 0 | 0 | if @$argv | 
 
| 90 | 0 | 0 | unless $self->has_no_command | 
 
| 98 | 0 | 0 | if @$argv | 
 
| 100 | 0 | 0 | unless $self->has_no_command | 
 
| 114 | 0 | 0 | if $opts->{'help'} | 
 
| 115 | 0 | 0 | if $opts->{'man'} | 
 
| 129 | 0 | 0 | if ($o->can('opt_spec')) | 
 
| 137 | 0 | 0 | if $opts->{'help'} | 
 
| 138 | 0 | 0 | if $opts->{'man'} | 
 
| 145 | 0 | 0 | if ($o->can('validate_args')) | 
 
| 153 | 0 | 0 | if ($o->can('validate_opts')) | 
 
| 173 | 0 | 0 | if $@ | 
 
| 175 | 0 | 0 | unless my $command_class_path = $INC{$command_pm} | 
 
| 184 | 0 | 0 | if (@$argv and exists $$command_map{$argv->[0]}) | 
 
| 195 | 0 | 0 | unless ($command_class->can('execute')) | 
 
| 199 | 0 | 0 | if ($command_class->can('subcommand_map')) | 
 
| 212 | 0 | 0 | unless scalar @argv |