// @SetteRequiredStatementCoverage(100) public static int guessNumber(int x) { if (NativeFunction.fun(x) == 1) { return(1); } else { return(0); } }