| 151 | } |
| 152 | |
| 153 | void Stats::LogCountries() const |
| 154 | { |
| 155 | LogNameToCountMapping("country", "Country name to data points number:", m_countryToTotalDataPoints); |
| 156 | } |
| 157 | |
| 158 | void MappingToCsv(string const & keyName, Stats::NameToCountMapping const & mapping, bool printPercentage, |
| 159 | basic_ostream<char> & ss) |
nothing calls this directly
no test coverage detected