Branch Coverage

blib/lib/Specio/Library/Structured/Dict.pm
Criterion Covered Total %
branch 14 18 77.7


line true false branch
30 11 2 if (builtin::blessed($p)) { }
34 2 0 if (ref $p eq 'HASH' and $p->{'optional'}) { }
43 0 13 unless does_role($type, "Specio::Constraint::Role::Interface")
47 0 13 unless $type->can_be_inlined
63 10 2 if (builtin::blessed($v)) { }
2 0 elsif ($v->{'optional'}) { }
72 1 4 if ($p->{'slurpy'})
90 6 18 if (not builtin::blessed($p)) { }
104 3 6 if ($args{'slurpy'})