sS renderPosNegScoreAndCount(PosNeg pn) { if (pn == null) ret ""; ret intToStringWithExplicitPlus(pn.score()) + " (n=" + pn.n() + ")"; }