Colour::LightGrey
| 13102 | |
| 13103 | // Colour::LightGrey |
| 13104 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 13105 | |
| 13106 | std::string bothOrAll( std::size_t count ) { |
| 13107 | return count == 1 ? std::string() : |
no outgoing calls
no test coverage detected