| blib/lib/Sub/Meta/Type.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 1 | 12 | @_ == 1 ? : |
| 21 | 2 | 11 | unless exists $params{'submeta'} |
| 22 | 1 | 10 | unless exists $params{'submeta_strict_check'} |
| 23 | 1 | 9 | unless exists $params{'find_submeta'} |
| 26 | 8 | 1 | unless (exists $params{'name'}) |
| 27 | 2 | 6 | $params{'submeta_strict_check'} ? : |
| 32 | 2 | 7 | $params{'submeta_strict_check'} ? : |
| 79 | 2 | 3 | if ($self->submeta_strict_check) { } |
| 82 | 1 | 1 | $SubMeta->check($other_meta) ? : |
| 87 | 2 | 1 | $SubMeta->check($other_meta) ? : |