Branch Coverage

blib/lib/Data/Sah/Util/Subschema.pm
Criterion Covered Total %
branch 12 14 85.7


line true false branch
21 5 2 ref $_[0] eq 'HASH' ? :
25 0 7 if $$seen{"$sch"}++
27 7 0 unless ($opts->{'schema_is_normalized'})
46 1 5 unless $clname =~ /\A[A-Za-z][A-Za-z0-9_]*\z/
49 4 1 unless ($clmeta)
54 2 3 unless $clmeta->{'subschema'}
57 1 2 if (defined $op and $op eq 'or' || $op eq 'and') { }