feiyu02
2023-10-24 70a7d1ec98064e1acb3130e56e16c45af52ade6c
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionValueMutation.kt
@@ -18,6 +18,6 @@
    }
    override fun judgeDuration(sIndex: Int, eIndex: Int): Boolean {
        return (eIndex - sIndex) >= config.mutationNum
        return (eIndex - sIndex + 1) >= config.mutationNum
    }
}