Colour::LightGrey
| 15021 | |
| 15022 | // Colour::LightGrey |
| 15023 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 15024 | |
| 15025 | std::string bothOrAll( std::size_t count ) { |
| 15026 | return count == 1 ? std::string() : |
no outgoing calls
no test coverage detected