Branch Coverage

blib/lib/JSON/Schema/Draft201909/Vocabulary/Format.pm
Criterion Covered Total %
branch 13 14 92.8


line true false branch
138 0 877 if not assert_keyword_type($state, $schema, 'string')
146 590 312 if ($state->{'validate_formats'})
152 1 3 $default_spec ? :
584 2 $default_spec ? :
4 586 $evaluator_spec ? :
158 62 131 $schema->{'format'} =~ /^[aeio]/u ? :
193 395 if $spec and is_type($spec->{'type'}, $data) and not $spec->{'sub'}->($data)