| 13572 | } |
| 13573 | |
| 13574 | void ConsoleReporter::printClosedHeader(std::string const& _name) { |
| 13575 | printOpenHeader(_name); |
| 13576 | stream << getLineOfChars<'.'>() << '\n'; |
| 13577 | } |
| 13578 | void ConsoleReporter::printOpenHeader(std::string const& _name) { |
| 13579 | stream << getLineOfChars<'-'>() << '\n'; |
| 13580 | { |
nothing calls this directly
no outgoing calls
no test coverage detected