| blib/lib/Specio/Library/Structured/Dict.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 18 | 77.7 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 9 | 2 | if (&blessed($p)) { } |
| 34 | 2 | 0 | if (ref $p eq 'HASH' and $p->{'optional'}) { } |
| 43 | 0 | 11 | unless does_role($type, "Specio::Constraint::Role::Interface") |
| 47 | 0 | 11 | unless $type->can_be_inlined |
| 63 | 8 | 2 | if (&blessed($v)) { } |
| 2 | 0 | elsif ($v->{'optional'}) { } | |
| 72 | 1 | 3 | if ($p->{'slurpy'}) |
| 90 | 6 | 18 | if (not &blessed($p)) { } |
| 104 | 3 | 6 | if ($args{'slurpy'}) |