| 85 | }; |
| 86 | |
| 87 | class CodeCompareReporter : public GenericDiffReporter |
| 88 | { |
| 89 | public: |
| 90 | CodeCompareReporter(); |
| 91 | }; |
| 92 | |
| 93 | class SublimeMergeReporter : public GenericDiffReporter |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected