| 10011 | namespace TestCaseTracking { |
| 10012 | |
| 10013 | NameAndLocation::NameAndLocation(std::string const &_name, SourceLineInfo const &_location) |
| 10014 | : name(_name), location(_location) { |
| 10015 | } |
| 10016 | |
| 10017 | ITracker::~ITracker() = default; |
| 10018 |
nothing calls this directly
no outgoing calls
no test coverage detected