blib/lib/JSV/Keyword/Draft4/Type.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 209 | 129 | 61 | $schema_type eq 'number' and $given_type eq 'integer' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 477 | 0 | 399 | $schema_type eq $given_type or $schema_type eq 'number' and $given_type eq 'integer' |
43 | 0 | 25 | 2 | $schema_type eq 'string' or $schema_type eq 'number' |
46 | 11 | 76 | 44 | $schema_type eq 'string' or $schema_type eq 'number' |
87 | 42 | 2 | $schema_type eq 'string' or $schema_type eq 'number' or $schema_type eq 'integer' |