Condition Coverage

blib/lib/LabKey/Query.pm
Criterion Covered Total %
condition 0 40 0.0


and 3 conditions

line !l l&&!r l&&r condition
344 0 0 0 $file and -e $file
392 0 0 0 length $_ and s/^("((?:[^"]+|\\.)*)"|((?:[^\\\s]+|\\.)*))\s*//
444 0 0 0 not $auth and length keys %netrc == 1

or 2 conditions

line l !l condition
128 0 0 $args{'-requiredVersion'} || 9.1
340 0 0 shift() || 'default'

or 3 conditions

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)