Branch Coverage

blib/lib/Data/Sah/Terse.pm
Criterion Covered Total %
branch 18 20 90.0


line true false branch
21 14 14 if (ref $sch eq 'ARRAY')
25 28 0 if (defined $sch and not ref $sch) { }
36 12 3 if (ref $sch eq 'ARRAY') { }
37 0 12 $$opts{'schema_is_normalized'} ? :
41 1 2 if ($sch =~ /\*/) { }
52 6 22 if ($type eq 'array') { }
9 13 elsif ($type eq 'any' or $type eq 'all') { }
54 2 4 unless $$cset{'of'}
58 4 5 unless $$cset{'of'} and @{$$cset{'of'};}
59 3 2 $type eq 'any' ? :