line |
!l |
l&&!r |
l&&r |
condition |
50
|
0 |
1 |
0 |
$json->{'meta'} and $json->{'meta'}{'api_version'} |
|
1 |
0 |
0 |
$json->{'meta'} and $json->{'meta'}{'api_version'} and $json->{'meta'}{'api_version'} =~ /^[^01]\./ |
59
|
0 |
0 |
1 |
$json->{'meta'} and $json->{'meta'}{'query'} |
|
0 |
0 |
1 |
$json->{'meta'} and $json->{'meta'}{'query'} and $json->{'meta'}{'query'}{'representation'} |
70
|
0 |
0 |
1 |
&any(sub {
$_ eq 'cartesian_site_positions';
}
, @response_fields) && &any(sub {
$_ eq 'species';
}
, @response_fields) && &any(sub {
$_ eq 'species_at_sites';
}
, @response_fields) |
82
|
0 |
0 |
1 |
ref $json->{'data'} eq "HASH" and $json->{'data'}{'attributes'} |