| line |
!l |
l&&!r |
l&&r |
condition |
|
52
|
22678 |
0 |
13 |
$name =~ /^\+(.+)/ and $class->has_type("$1") |
|
66
|
1174 |
88 |
21416 |
my $f = $class->meta->{'functions'}{$name} and defined $class->meta->{'functions'}{$name}{'type'} |
|
104
|
21413 |
0 |
1 |
$custom_type and $tag ne "types" |
|
131
|
1263 |
21411 |
2 |
defined $type and $type->deprecated |
|
|
22674 |
1 |
1 |
defined $type and $type->deprecated and not $globals->{'allow_deprecated'} |
|
136
|
949 |
0 |
21727 |
not ref $into and $into ne "-lexical" |
|
|
949 |
1254 |
20473 |
not ref $into and $into ne "-lexical" and defined $type |
|
|
1254 |
10385 |
10088 |
not ref $into and $into ne "-lexical" and defined $type and grep(($_ eq "types"), @$tags) |
|
199
|
428 |
0 |
31 |
@extends and not ref $type_library |
|
366
|
12620 |
0 |
784 |
$type->has_coercion and $type->coercion->frozen |