Branch Coverage

blib/lib/Data/Sah/MoreUtils.pm
Criterion Covered Total %
branch 24 36 66.6


line true false branch
35 24 55 if (ref $sch eq 'ARRAY')
39 79 0 if (defined $sch and not ref $sch) { }
49 0 24 if $$opts{'schema_is_normalized'}
60 8 16 if $$sch[1]{'of.op'}
62 4 8 unless $of and ref $of eq 'ARRAY' and @$of
64 4 10 unless &$crit($_)
73 0 33 unless my $type = get_type($sch)
74 0 33 unless my $tmeta = $$type_metas{$type}
75 12 21 if ($type eq 'any' or $type eq 'all')
85 0 31 unless my $type = get_type($sch)
86 0 31 unless my $tmeta = $$type_metas{$type}
87 12 19 if ($type eq 'any' or $type eq 'all')
97 0 9 unless my $type = get_type($sch)
98 0 9 unless my $tmeta = $$type_metas{$type}
99 0 9 if ($type eq 'any' or $type eq 'all')
109 0 6 unless my $type = get_type($sch)
110 0 6 unless my $tmeta = $$type_metas{$type}
111 0 6 if ($type eq 'any' or $type eq 'all')