line |
!l |
l&&!r |
l&&r |
condition |
49
|
0 |
2 |
1655 |
assert_keyword_type($state, $schema, "string") and assert_uri_reference($state, $schema)
|
112
|
0 |
1 |
5560 |
assert_keyword_type($state, $schema, "string") and assert_uri($state, $schema)
|
140
|
5247 |
291 |
1 |
exists $schema->{'$ref'} and $spec_version eq "draft7"
|
160
|
345 |
106 |
0 |
$state->{'spec_version'} =~ /^draft(?:7|2019-09)$/u and not $$schema{$state->{'keyword'}} =~ /^[A-Za-z][A-Za-z0-9_:.-]*$/u
|
|
106 |
341 |
4 |
$state->{'spec_version'} eq "draft2020-12" and not $$schema{$state->{'keyword'}} =~ /^[A-Za-z_][A-Za-z0-9._-]*$/u
|
203
|
0 |
28 |
2911 |
assert_keyword_type($state, $schema, "string") and assert_uri_reference($state, $schema)
|
220
|
17 |
24 |
82 |
is_type("boolean", $schema_info->{'schema'}{'$recursiveAnchor'}) and $schema_info->{'schema'}{'$recursiveAnchor'}
|
237
|
5 |
14 |
188 |
length $uri->fragment and exists $schema_info->{'schema'}{'$dynamicAnchor'}
|
|
14 |
11 |
177 |
length $uri->fragment and exists $schema_info->{'schema'}{'$dynamicAnchor'} and $uri->fragment eq (my $anchor = $schema_info->{'schema'}{'$dynamicAnchor'})
|
318
|
14 |
56 |
8 |
$schema_info->{'schema'}{'$vocabulary'}{$uri} and not $class_info
|