| line |
true |
false |
branch |
|
36
|
0 |
0 |
if (ref $function ne "IO::Async::Function")
|
|
55
|
0 |
0 |
if ref $document ne "PLS::Parser::Document"
|
|
67
|
0 |
0 |
$index == $#{$packages;} ? :
|
|
76
|
0 |
0 |
if $_->{'range'}{'start'}{'line'} > $line_start
|
|
80
|
0 |
0 |
unless (scalar @package_roots)
|
|
103
|
0 |
0 |
ref $current eq 'HASH' ? :
|
|
104
|
0 |
0 |
unless builtin::blessed($scope)
|
|
106
|
0 |
0 |
if ($scope->isa('PPI::Document') or $scope->isa('PPI::Structure::Block')) { }
|
|
|
0 |
0 |
elsif ($scope->isa('PPI::Statement::Sub') or $scope->isa('PPI::Statement::Scheduled')) { }
|
|
|
0 |
0 |
elsif ($scope->isa('PPI::Statement::Variable')) { }
|
|
|
0 |
0 |
elsif ($scope->isa('PPI::Statement::Include') and $scope->type eq 'use' and $scope->pragma eq 'constant') { }
|
|
116
|
0 |
0 |
unless builtin::blessed($scope->block)
|
|
117
|
0 |
0 |
unless $scope->block->isa("PPI::Structure::Block")
|
|
120
|
0 |
0 |
$scope->isa('PPI::Statement::Sub') ? :
|