for (const [line, count] of entry.da) {
      hits[`da,${line}`] = Math.max(hits[`da,${line}`] || 0, count)
    }