| lib/Types/Standard/Tied.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 18 | 77.7 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 37 | unless @_ |
| 29 | 27 | 10 | unless (Types::TypeTiny::is_TypeTiny($param)) |
| 30 | 1 | 26 | unless Types::TypeTiny::is_StringLike($param) |
| 42 | 11 | 0 | builtin::reftype($_) =~ /^(SCALAR|REF)$/ ? : |
| 11 | 11 | builtin::reftype($_) eq 'ARRAY' ? : | |
| 11 | 22 | builtin::reftype($_) eq 'HASH' ? : | |
| 51 | 26 | 10 | unless (Types::TypeTiny::is_TypeTiny($param)) |
| 52 | 0 | 26 | unless Types::TypeTiny::is_StringLike($param) |
| 57 | 0 | 36 | unless $param->can_be_inlined |