sS nlLogic_failureLevelString(ExecutedRule r) { int n = r.failureLevel(); ret n == 0 ? null : n < 0 ? "?" : str(n); }