**Description** Sometimes there is only one analysis step in the SARIF report  **To Reproduce** Steps to reproduce the behavior: 1. Choose the default test directory:  2. Run test generation on ```Java public class Util { public static int multiply(int x, int y) { return Math.multiplyExact(x, y); } } ``` 3. Check the _Analysis steps_ **Expected behavior** There are 2 steps: from _UtilTest.java_ and from _Util.java_. **Actual behavior** Only one step from the source code.