| blib/lib/JSON/Schema/Modern/Vocabulary/FormatAssertion.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 6 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 197 | 2 | 7 | 323 | $spec and is_type($spec->{'type'}, $data) |
| 9 | 172 | 151 | $spec and is_type($spec->{'type'}, $data) and not $spec->{'sub'}->($data) |