line |
l |
!l&&r |
!l&&!r |
condition |
358
|
0 |
0 |
0 |
$^O eq 'os2' or $^O eq 'MSWin32' |
|
0 |
0 |
0 |
$^O eq 'os2' or $^O eq 'MSWin32' or $^O eq 'MacOS' |
|
0 |
0 |
0 |
$^O eq 'os2' or $^O eq 'MSWin32' or $^O eq 'MacOS' or $^O eq 'darwin' |
|
0 |
0 |
0 |
$^O eq 'os2' or $^O eq 'MSWin32' or $^O eq 'MacOS' or $^O eq 'darwin' or $^O =~ /^cygwin/ |
487
|
0 |
0 |
0 |
'JSON'->new->utf8->decode($response->content) || croak("ERROR: Unable to decode JSON.\n$url\n") |
550
|
0 |
0 |
0 |
'JSON'->new->utf8->decode($response->content) || croak("ERROR: Unable to decode JSON.\n$url\n") |
560
|
0 |
0 |
0 |
$args{'-baseUrl'} || $ENV{'LABKEY_URL'} |
572
|
0 |
0 |
0 |
$args{'-netrcFile'} || $ENV{'LABKEY_NETRC'} |
587
|
0 |
0 |
0 |
$args{'-useragent'} || _createUserAgent(%args) |