Colour::LightGrey
| 11293 | |
| 11294 | // Colour::LightGrey |
| 11295 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 11296 | |
| 11297 | std::string bothOrAll( std::size_t count ) { |
| 11298 | return count == 1 ? std::string() : |
no outgoing calls
no test coverage detected