| line |
!l |
l&&!r |
l&&r |
condition |
|
103
|
65 |
12 |
9 |
@valid > 1 and $state->{'short_circuit'}
|
|
238
|
33 |
4 |
26 |
$state->{'short_circuit'} and not exists $schema->{'additionalItems'}
|
|
370
|
69 |
17 |
43 |
$state->{'short_circuit'} and !exists $schema->{'maxContains'} || $state->{'_num_contains'} > $schema->{'maxContains'}
|
|
|
17 |
7 |
36 |
$state->{'short_circuit'} and !exists $schema->{'maxContains'} || $state->{'_num_contains'} > $schema->{'maxContains'} and $state->{'_num_contains'} >= ($schema->{'minContains'} // 1)
|
|
375
|
92 |
4 |
65 |
not $state->{'_num_contains'} and ($schema->{'minContains'} // 1) > 0
|
|
490
|
184 |
33 |
56 |
exists $schema->{'properties'} and exists $schema->{'properties'}{$property}
|
|
492
|
200 |
9 |
8 |
exists $schema->{'patternProperties'} and &any(sub {
|