line |
true |
false |
branch |
34
|
0 |
0 |
if $_[1]->isa('PPI::Token::Word') and is_function_declaration($_[1])
|
37
|
0 |
0 |
if $_[1]->isa('PPI::Token::Word')
|
42
|
0 |
0 |
if $_[1]->isa('PPI::Token::Word')
|
48
|
0 |
0 |
if $_[1]->isa('PPI::Token::Symbol')
|
55
|
0 |
0 |
if $_[1]->isa('PPI::Statement::Variable') and $_[1]->schild(0)->isa('PPI::Token::Word') and $_[1]->schild(0)->content eq 'my' and $_[1]->schild(1)->isa('PPI::Token::Symbol')
|
62
|
0 |
0 |
if $_[1]->isa('PPI::Statement::Variable') and $_[1]->schild(0)->isa('PPI::Token::Word') and $_[1]->schild(0)->content eq 'my' and $_[1]->schild(1)->isa('PPI::Token::Symbol')
|