line |
true |
false |
branch |
30
|
5 |
216 |
if $element->isa('PPI::Statement::Package') |
33
|
24 |
192 |
unless $element->can('parent') and my $parent = $element->parent |
37
|
20 |
172 |
if $parent->isa('PPI::Statement::Package') |
42
|
40 |
132 |
if defined $package |
65
|
65 |
24 |
defined $package && defined $package->namespace ? : |
84
|
0 |
172 |
unless $element->can('parent') and my $parent = $element->parent |
85
|
0 |
172 |
unless $parent->can('children') |
93
|
40 |
608 |
if $sibling->isa('PPI::Statement::Package') |
97
|
164 |
484 |
if $self_addr eq &refaddr($sibling) |