Branch Coverage

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


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