| line | !l | l&&!r | l&&r | condition | 
 
| 34 | 0 | 0 | 0 | $_[1]->isa('PPI::Token::Word') and is_function_declaration($_[1]) | 
 
| 55 | 0 | 0 | 0 | $_[1]->isa('PPI::Statement::Variable') and $_[1]->schild(0)->isa('PPI::Token::Word') | 
 
|  | 0 | 0 | 0 | $_[1]->isa('PPI::Statement::Variable') and $_[1]->schild(0)->isa('PPI::Token::Word') and $_[1]->schild(0)->content eq 'my' | 
 
|  | 0 | 0 | 0 | $_[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 | 0 | $_[1]->isa('PPI::Statement::Variable') and $_[1]->schild(0)->isa('PPI::Token::Word') | 
 
|  | 0 | 0 | 0 | $_[1]->isa('PPI::Statement::Variable') and $_[1]->schild(0)->isa('PPI::Token::Word') and $_[1]->schild(0)->content eq 'my' | 
 
|  | 0 | 0 | 0 | $_[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') |