| line |
true |
false |
branch |
|
80
|
0 |
332 |
unless defined $function and defined &{"$function";}
|
|
85
|
1 |
331 |
if (&List::Util::any(sub {
|
|
91
|
0 |
331 |
unless defined $layer and $layer =~ /^(?:1|2)$/
|
|
130
|
4 |
6 |
defined $_[0] && !ref($_[0]) && $_[0] =~ /^[12]$/ ? :
|
|
|
10 |
5 |
@_ ? :
|
|
172
|
7 |
4 |
ref $_[0] ? :
|
|
175
|
0 |
11 |
if $self->{'Document'}
|
|
178
|
0 |
11 |
unless $self->{'Document'} = _Document(shift())
|
|
192
|
0 |
11 |
unless my $Normalized = "PPI::Document::Normalized"->new("Document", $self->{'Document'}, "version", __PACKAGE__->VERSION, "functions", \@functions)
|