Condition Coverage

blib/lib/JSON/Schema/Draft201909/Vocabulary/Format.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
158 2 1 587 $spec and is_type($spec->{'type'}, $data)
3 394 193 $spec and is_type($spec->{'type'}, $data) and not $spec->{'sub'}->($data)