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/ |
486
|
0 |
0 |
0 |
'JSON'->new->utf8->decode($response->content) || croak("ERROR: Unable to decode JSON.\n$url\n") |
549
|
0 |
0 |
0 |
'JSON'->new->utf8->decode($response->content) || croak("ERROR: Unable to decode JSON.\n$url\n") |
559
|
0 |
0 |
0 |
$args{'-baseUrl'} || $ENV{'LABKEY_URL'} |
571
|
0 |
0 |
0 |
$args{'-netrcFile'} || $ENV{'LABKEY_NETRC'} |
586
|
0 |
0 |
0 |
$args{'-useragent'} || _createUserAgent(%args) |