static Pair testResults_okOfTotal() { L l = getTestResults(); int numOK = countWhere(l, okPercentage := 100.0); ret pair(numOK, l(l)); }