line |
l |
!l&&r |
!l&&!r |
condition |
30
|
0 |
0 |
0 |
$file =~ /\.yaml$/i or $file =~ /\.yml$/i |
54
|
21 |
0 |
24 |
$dtype eq 'HASH' || $dtype eq 'ARRAY' |
63
|
53 |
37 |
2 |
$dtype eq 'HASH' || $dtype eq 'ARRAY' |
78
|
1 |
0 |
25 |
$self->{'full_schema'}{'id'} || $self->{'full_schema'}{'$id'} |
112
|
1 |
0 |
146 |
$k eq 'id' || $k eq '$id' |
139
|
7 |
20 |
0 |
$schema->{'type'} // _guess_schema_type($schema) |
179
|
0 |
0 |
42 |
defined $shmpt->{'additionalProperties'} or $shmpt->{'patternProperties'} |
|
0 |
6 |
36 |
defined $shmpt->{'additionalProperties'} or $shmpt->{'patternProperties'} or $shmpt->{'properties'} |
|
6 |
0 |
36 |
defined $shmpt->{'additionalProperties'} or $shmpt->{'patternProperties'} or $shmpt->{'properties'} or defined $shmpt->{'minProperties'} |
|
6 |
0 |
36 |
defined $shmpt->{'additionalProperties'} or $shmpt->{'patternProperties'} or $shmpt->{'properties'} or defined $shmpt->{'minProperties'} or defined $shmpt->{'maxProperties'} |
185
|
0 |
0 |
36 |
defined $shmpt->{'additionalItems'} or defined $shmpt->{'uniqueItems'} |
|
0 |
0 |
36 |
defined $shmpt->{'additionalItems'} or defined $shmpt->{'uniqueItems'} or $shmpt->{'items'} |
|
0 |
0 |
36 |
defined $shmpt->{'additionalItems'} or defined $shmpt->{'uniqueItems'} or $shmpt->{'items'} or defined $shmpt->{'minItems'} |
|
0 |
0 |
36 |
defined $shmpt->{'additionalItems'} or defined $shmpt->{'uniqueItems'} or $shmpt->{'items'} or defined $shmpt->{'minItems'} or defined $shmpt->{'maxItems'} |
191
|
3 |
1 |
32 |
defined $shmpt->{'minimum'} or defined $shmpt->{'maximum'} |
|
4 |
0 |
32 |
defined $shmpt->{'minimum'} or defined $shmpt->{'maximum'} or exists $shmpt->{'exclusiveMinimum'} |
|
0 |
0 |
32 |
defined $shmpt->{'minimum'} or defined $shmpt->{'maximum'} or exists $shmpt->{'exclusiveMinimum'} or exists $shmpt->{'exclusiveMaximum'} |
|
0 |
0 |
32 |
defined $shmpt->{'minimum'} or defined $shmpt->{'maximum'} or exists $shmpt->{'exclusiveMinimum'} or exists $shmpt->{'exclusiveMaximum'} or defined $shmpt->{'multipleOf'} |
295
|
0 |
1 |
60 |
$self->{'to_json'} or $self->{'coersion'} |
363
|
0 |
1 |
14 |
$self->{'to_json'} or $self->{'coersion'} |
392
|
30 |
18 |
9 |
$subschm->{'type'} // $type |
|
48 |
9 |
0 |
($subschm->{'type'} // $type) // _guess_schema_type($schm) |
478
|
33 |
12 |
0 |
$schmpt->{'properties'}{$k}{'type'} // _guess_schema_type($schmpt->{'properties'}{$k}) |
500
|
1 |
1 |
0 |
$schmpt->{'patternProperties'}{$pt}{'type'} // _guess_schema_type($schmpt->{'patternProperties'}{$pt}) |
523
|
0 |
0 |
10 |
ref $schmpt->{'additionalProperties'} or $schmpt->{'additionalProperties'} |
581
|
3 |
0 |
0 |
$schmpt->{'items'}{'type'} // _guess_schema_type($schmpt->{'items'}) |