| line | true | false | branch | 
 
| 43 | 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'}) { } | 
 
| 80 | 0 | 0 | @ARGV ? : | 
 
| 86 | 0 | 0 | if (grep {$_ eq $session;} @sessions) | 
 
| 95 | 0 | 0 | if ($option{'chdir'}) | 
 
| 96 | 0 | 0 | unless -d $option{'chdir'} | 
 
| 101 | 0 | 0 | if ($option{'layout'}) | 
 
| 113 | 0 | 0 | unless eval {
	do {
	require Term::Title
}
} | 
 
| 132 | 0 | 0 | unless -f $config_file or $option->{'save'} | 
 
| 134 | 0 | 0 | if (-f $config_file) | 
 
| 138 | 0 | 0 | unless exists $option->{$key} | 
 
| 143 | 0 | 0 | if ($option->{'save'} or $option{'curdir'}) | 
 
| 150 | 0 | 0 | if ($option{'curdir'}) | 
 
| 170 | 0 | 0 | if $option{'verbose'} | 
 
| 171 | 0 | 0 | unless $option{'test'} | 
 
| 180 | 0 | 0 | if (defined $current and $current =~ /^-/) { } | 
 
|  | 0 | 0 | elsif ($previous =~ /^-c$|^--(?:chdir|cd)$/) { } | 
 
| 187 | 0 | 0 | $previous =~ /^-\w*l$|^--layout$/ ? : | 
 
| 192 | 0 | 0 | unless not $current |