================
@@ -266,6 +268,10 @@ class SourceCoverageView {
/// digits.
static std::string formatCount(uint64_t N);
+ uint64_t Count1(uint64_t N) const { return (N && BinaryCounters ? 1 : N); }
----------------
chapuni wrote:
Done.
https://github.com/llvm/llvm-project/pull/120841