| line |
true |
false |
branch |
|
110
|
0 |
6190 |
unless my $Element = $self->schild($p) |
|
113
|
658 |
5532 |
if ($Element->isa("PPI::Token::Label")) |
|
114
|
326 |
332 |
unless $Element = $self->schild(++$p) |
|
119
|
1405 |
4459 |
if ($content =~ /^for(?:each)?\z/) |
|
120
|
302 |
1103 |
unless $Element = $self->schild(++$p) |
|
121
|
966 |
137 |
if ($Element->isa("PPI::Token")) |
|
122
|
825 |
141 |
if $Element->content =~ /^my|our|state\z/ |
|
123
|
115 |
26 |
if $Element->isa("PPI::Token::Symbol") |
|
124
|
26 |
0 |
if $Element->isa("PPI::Token::QuoteLike::Words") |
|
126
|
86 |
51 |
if ($Element->isa("PPI::Structure::List")) |
|
131
|
4307 |
152 |
if $Element->isa("PPI::Token::Word") |
|
132
|
152 |
0 |
if $Element->isa("PPI::Structure::Block") |
|
156
|
0 |
0 |
unless my $type = $self->type |
|
159
|
0 |
0 |
if ($type eq 'if') { } |
|
|
0 |
0 |
elsif ($type eq 'while') { } |
|
162
|
0 |
0 |
unless my $child = $self->schild(-1) |
|
163
|
0 |
0 |
unless $child->isa("PPI::Structure") |
|
164
|
0 |
0 |
unless $child->braces eq "{}" |
|
165
|
0 |
0 |
unless $child->_complete |