| blib/lib/Type/Tie.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 19 | 52.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 79 | 0 | 4 | 23 | builtin::blessed($type) and $type->isa("Type::Tiny") |
| 97 | 2 | 0 | 2 | $type->can('has_coercion') && $type->can('coerce') && $type->has_coercion |
| 116 | 0 | 1 | 25 | $type && $type->can('get_message') |
| 252 | 0 | 0 | 4 | $type->can("type_default") and my $d = $type->type_default |
| line | l | !l | condition |
|---|---|---|---|
| 116 | 1 | 0 | $type || 'Unknown' |
| 141 | 0 | 3 | $tmp_clone_types{$refaddr} ||= [$type, 0] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 56 | 0 | 3 | 0 | $_[0][0] ||= $_[0]->_DEFAULT |