| line |
!l |
l&&!r |
l&&r |
condition |
|
52
|
20579 |
0 |
13 |
$name =~ /^\+(.+)/ and $class->has_type("$1")
|
|
66
|
872 |
120 |
19587 |
my $f = $class->meta->{'functions'}{$name} and defined $class->meta->{'functions'}{$name}{'type'}
|
|
104
|
19584 |
0 |
1 |
$custom_type and $tag ne "types"
|
|
131
|
993 |
19582 |
2 |
defined $type and $type->deprecated
|
|
|
20575 |
1 |
1 |
defined $type and $type->deprecated and not $globals->{'allow_deprecated'}
|
|
136
|
963 |
0 |
19614 |
not ref $into and $into ne "-lexical"
|
|
|
963 |
984 |
18630 |
not ref $into and $into ne "-lexical" and defined $type
|
|
|
984 |
9652 |
8978 |
not ref $into and $into ne "-lexical" and defined $type and grep(($_ eq "types"), @$tags)
|
|
199
|
421 |
0 |
18 |
@extends and not ref $type_library
|
|
366
|
11668 |
0 |
603 |
$type->has_coercion and $type->coercion->frozen
|