line |
l |
!l&&r |
!l&&!r |
condition |
30
|
0 |
0 |
5 |
ref $caller or $caller eq "-lexical"
|
|
0 |
0 |
5 |
ref $caller or $caller eq "-lexical" or $globals->{'lexical'}
|
62
|
27 |
10 |
0 |
$_[0]{'kind'} ||= $_[0]->_build_kind
|
73
|
0 |
1 |
2 |
$inner_type->is_a_type_of(&StrictNum()) or $inner_type->is_a_type_of(&LaxNum())
|
194
|
0 |
0 |
0 |
$r eq "Newtype" or $r eq "Object"
|
|
0 |
0 |
0 |
$r eq "Newtype" or $r eq "Object" or ref $self and $$self->DOES($r)
|
|
0 |
0 |
0 |
$r eq "Newtype" or $r eq "Object" or ref $self and $$self->DOES($r) or "Local::Foo"->DOES($r)
|
|
1 |
0 |
0 |
ref $self and $$self->can($m) or "Local::Foo"->can($m)
|
|
2 |
0 |
6 |
ref $self and $$self->isa($c) or "Local::Foo"->isa($c)
|
305
|
8 |
1 |
0 |
$inner_type->type_default // $self->_kind_default
|