| 26 | namespace CppCoverage |
| 27 | { |
| 28 | enum class ExceptionHandlerStatus |
| 29 | { |
| 30 | BreakPoint, |
| 31 | FirstChanceException, |
| 32 | Error, |
| 33 | CppError |
| 34 | }; |
| 35 | |
| 36 | class CPPCOVERAGE_DLL ExceptionHandler |
| 37 | { |
nothing calls this directly
no outgoing calls
no test coverage detected