| 94 | TestMoreDerivedType(const TestMoreDerivedType &) = default; |
| 95 | TestMoreDerivedType() = default; |
| 96 | virtual ~TestMoreDerivedType() {} |
| 97 | }; |
| 98 | |
| 99 | std::shared_ptr<TestBaseType> derived_type_factory() |
nothing calls this directly
no outgoing calls
no test coverage detected