Input: x = 1; if (true) func1(3+4); else func2(x*y); y = x + 2 Pattern: if {etc} StatementSensitive: True if (true) func1(3+4) StatementSensitive: False if (true) func1(3+4); else func2(x*y); y = x + 2