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