Colour::LightGrey
| 12815 | |
| 12816 | // Colour::LightGrey |
| 12817 | Catch::Colour::Code dimColour() { return Catch::Colour::FileName; } |
| 12818 | |
| 12819 | std::string bothOrAll( std::size_t count ) { |
| 12820 | return count == 1 ? std::string() : |
no outgoing calls
no test coverage detected