46 STATEMENT_PARENT_CHANGE checks if there is a statement that has different parent than before. In other words, it checks if all the statements are in the same block or not by comparing with other file.
To check this test, i've added two test files and moved the statement "foobar = foo + bar;" to outside of if block, and i kept the rest as the same.
46 STATEMENT_PARENT_CHANGE checks if there is a statement that has different parent than before. In other words, it checks if all the statements are in the same block or not by comparing with other file.
To check this test, i've added two test files and moved the statement "foobar = foo + bar;" to outside of if block, and i kept the rest as the same.