| blib/lib/Type/Tie.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 16 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 82 | 0 | 7 | 16 | &Scalar::Util::blessed($type) and $type->isa("Type::Tiny") |
| 100 | 2 | 1 | 4 | $type->can('has_coercion') && $type->can('coerce') && $type->has_coercion |
| 119 | 0 | 1 | 27 | $type && $type->can('get_message') |
| line | l | !l | condition |
|---|---|---|---|
| 119 | 1 | 0 | $type || 'Unknown' |
| 144 | 0 | 3 | $tmp_clone_types{$refaddr} ||= [$type, 0] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 59 | 0 | 3 | 0 | $_[0][0] ||= $_[0]->_DEFAULT |