Colour::LightGrey
| 15498 | |
| 15499 | // Colour::LightGrey |
| 15500 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 15501 | |
| 15502 | std::string bothOrAll( std::size_t count ) { |
| 15503 | return count == 1 ? std::string() : |
no outgoing calls
no test coverage detected