@@ -671,6 +671,18 @@ control/conditionals.rb:
671671# 58| getBranch/getElse: [SubExpr] ... - ...
672672# 58| getAnOperand/getLeftOperand: [LocalVariableAccess] e
673673# 58| getAnOperand/getRightOperand: [IntegerLiteral] 2
674+ # 61| getStmt: [IfExpr] if ...
675+ # 61| getCondition: [GTExpr] ... > ...
676+ # 61| getAnOperand/getGreaterOperand/getLeftOperand: [LocalVariableAccess] a
677+ # 61| getAnOperand/getLesserOperand/getRightOperand: [LocalVariableAccess] b
678+ # 61| getBranch/getThen: [StmtSequence] c
679+ # 62| getStmt: [LocalVariableAccess] c
680+ # 67| getStmt: [IfExpr] if ...
681+ # 67| getCondition: [GTExpr] ... > ...
682+ # 67| getAnOperand/getGreaterOperand/getLeftOperand: [LocalVariableAccess] a
683+ # 67| getAnOperand/getLesserOperand/getRightOperand: [LocalVariableAccess] b
684+ # 68| getBranch/getElse: [StmtSequence] c
685+ # 69| getStmt: [LocalVariableAccess] c
674686constants/constants.rb:
675687# 1| [Toplevel] constants.rb
676688# 1| getStmt: [Module] ModuleA
@@ -1262,6 +1274,10 @@ control/loops.rb:
12621274# 63| getCondition: [EqExpr] ... == ...
12631275# 63| getAnOperand/getLeftOperand: [LocalVariableAccess] x
12641276# 63| getAnOperand/getRightOperand: [IntegerLiteral] 0
1277+ # 66| getStmt: [WhileExpr] while ...
1278+ # 66| getCondition: [LTExpr] ... < ...
1279+ # 66| getAnOperand/getLeftOperand/getLesserOperand: [LocalVariableAccess] x
1280+ # 66| getAnOperand/getGreaterOperand/getRightOperand: [LocalVariableAccess] y
12651281misc/misc.rb:
12661282# 1| [Toplevel] misc.rb
12671283# 1| getStmt: [AssignExpr] ... = ...
0 commit comments