| 12054 | } |
| 12055 | |
| 12056 | void ConsoleReporter::printClosedHeader(std::string const& _name) { |
| 12057 | printOpenHeader(_name); |
| 12058 | stream << getLineOfChars<'.'>() << '\n'; |
| 12059 | } |
| 12060 | void ConsoleReporter::printOpenHeader(std::string const& _name) { |
| 12061 | stream << getLineOfChars<'-'>() << '\n'; |
| 12062 | { |
nothing calls this directly
no outgoing calls
no test coverage detected