line |
true |
false |
branch |
56
|
0 |
0 |
if ($sub_command eq '--') { }
|
|
0 |
0 |
elsif ($sub_command and grep {/^$sub_command./;} @sub_commands) { }
|
|
0 |
0 |
elsif (not $self->sub_commands->{$sub_command}) { }
|
68
|
0 |
0 |
$ENV{'VTIDE_DIR'} ? :
|
74
|
0 |
0 |
unless (eval {
|
83
|
0 |
0 |
if (grep {/^$sub_command./;} @sub_commands) { }
|
|
0 |
0 |
elsif (not $self->sub_commands->{$sub_command}) { }
|
84
|
0 |
0 |
if (grep {$_ eq $sub_command;} @sub_commands) { }
|
92
|
0 |
0 |
$ENV{'VTIDE_DIR'} ? :
|
96
|
0 |
0 |
unless $getopt->cmd
|
117
|
0 |
0 |
unless ($self->sub_commands->{$opt->cmd})
|
119
|
0 |
0 |
$ENV{'VTIDE_DIR'} ? :
|
124
|
0 |
0 |
unless ($subcommand)
|
126
|
0 |
0 |
$ENV{'VTIDE_DIR'} ? :
|
128
|
0 |
0 |
unless ($dir)
|
130
|
0 |
0 |
if $opt->opt->verbose
|
148
|
0 |
0 |
unless (eval {
|
175
|
0 |
0 |
unless -d $sub_file->parent
|