| 13576 | stream << getLineOfChars<'.'>() << '\n'; |
| 13577 | } |
| 13578 | void ConsoleReporter::printOpenHeader(std::string const& _name) { |
| 13579 | stream << getLineOfChars<'-'>() << '\n'; |
| 13580 | { |
| 13581 | Colour colourGuard(Colour::Headers); |
| 13582 | printHeaderString(_name); |
| 13583 | } |
| 13584 | } |
| 13585 | |
| 13586 | // if string has a : in first line will set indent to follow it on |
| 13587 | // subsequent lines |
nothing calls this directly
no outgoing calls
no test coverage detected