| line |
true |
false |
branch |
|
42
|
0 |
0 |
if (not $success || $option{'auto'}) { } |
|
|
0 |
0 |
elsif ($option{'VERSION'}) { } |
|
|
0 |
0 |
elsif ($option{'man'}) { } |
|
|
0 |
0 |
elsif ($option{'help'}) { } |
|
|
0 |
0 |
elsif ($option{'auto'}) { } |
|
79
|
0 |
0 |
@ARGV ? : |
|
85
|
0 |
0 |
if (grep {$_ eq $session;} @sessions) |
|
94
|
0 |
0 |
if ($option{'chdir'}) |
|
95
|
0 |
0 |
unless -d $option{'chdir'} |
|
100
|
0 |
0 |
if ($option{'layout'}) |
|
112
|
0 |
0 |
unless eval {
do {
require Term::Title
}
} |
|
131
|
0 |
0 |
unless -f $config_file or $option->{'save'} |
|
133
|
0 |
0 |
if (-f $config_file) |
|
137
|
0 |
0 |
unless exists $option->{$key} |
|
142
|
0 |
0 |
if ($option->{'save'} or $option{'curdir'}) |
|
149
|
0 |
0 |
if ($option{'curdir'}) |
|
169
|
0 |
0 |
if $option{'verbose'} |
|
170
|
0 |
0 |
unless $option{'test'} |
|
179
|
0 |
0 |
if (defined $current and $current =~ /^-/) { } |
|
|
0 |
0 |
elsif ($previous =~ /^-c$|^--(?:chdir|cd)$/) { } |
|
186
|
0 |
0 |
$previous =~ /^-\w*l$|^--layout$/ ? : |
|
191
|
0 |
0 |
unless not $current |