Branch Coverage

blib/lib/Sub/Meta/TypeSub.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
14 1 6 @_ == 1 ? :
17 2 5 unless exists $params{'submeta_type'}
19 4 1 unless (exists $params{'name'})
20 1 3 $params{'submeta_type'}->submeta_strict_check ? :
57 1 1 if ($SubMeta->check($meta)) { }