line |
true |
false |
branch |
70
|
0 |
0 |
unless defined $file |
72
|
0 |
0 |
unless -e $file |
75
|
0 |
0 |
unless open FILE, '<', $file |
82
|
0 |
0 |
if (/\\$/) { } |
91
|
0 |
0 |
if /^\s*#/ |
92
|
0 |
0 |
if /^\s*$/ |
111
|
0 |
0 |
unless defined $file |
112
|
0 |
0 |
unless -e $file |
113
|
0 |
0 |
unless open ALIAS, '<', "$file" |
115
|
0 |
0 |
if (/^\s*(\S+)\s+(.*)$/) |
140
|
0 |
0 |
unless defined $file |
143
|
0 |
0 |
unless open FILE, '>', $file |
161
|
0 |
0 |
if defined $value |
162
|
0 |
0 |
if defined $_[1] |
183
|
0 |
0 |
if (not defined $Finance::GeniusTrader::Conf::conf{$key}) |
198
|
0 |
0 |
if (defined $value and $value) |
217
|
0 |
0 |
if (defined $ENV{'HOME'}) { } |
|
0 |
0 |
elsif (defined $ENV{'HOMEDRIVE'} and defined $ENV{'HOMEPATH'}) { } |