| 826 | class PolyDerivedThrice : public PolyDerivedTwiceNotBound { |
| 827 | public: |
| 828 | PolyDerivedThrice() : PolyDerivedTwiceNotBound(), name_("PolyDerivedThrice") {} |
| 829 | |
| 830 | std::string getClassName() const { |
| 831 | return name_; |
nothing calls this directly
no outgoing calls
no test coverage detected