| line |
!l |
l&&!r |
l&&r |
condition |
|
64
|
0 |
0 |
3 |
is_Object($spec{'isa'}) and $spec{'isa'}->can("compiled_check") |
|
|
0 |
0 |
0 |
is_Object($spec{'isa'}) and $spec{'isa'}->can("check") |
|
75
|
3 |
0 |
0 |
defined $spec{'coerce'} and not ref $spec{'coerce'} |
|
|
3 |
0 |
0 |
defined $spec{'coerce'} and not ref $spec{'coerce'} and $spec{'coerce'} eq 1 |
|
77
|
0 |
0 |
0 |
$type->can("has_coercion") and $type->has_coercion |
|
|
0 |
0 |
0 |
$type->can("has_coercion") and $type->has_coercion and $type->can("coercion") |
|
|
0 |
0 |
0 |
$type->can("has_coercion") and $type->has_coercion and $type->can("coercion") and is_Object($c = $type->coercion) |
|
|
0 |
0 |
0 |
$type->can("has_coercion") and $type->has_coercion and $type->can("coercion") and is_Object($c = $type->coercion) and $c->can("compiled_coercion") |