LCOV_EXCL_START - actually covered but not in .gcno due to race condition
| 152 | |
| 153 | // LCOV_EXCL_START - actually covered but not in .gcno due to race condition |
| 154 | static void defaultCrashMethod() |
| 155 | { |
| 156 | UtestShell* ptr = (UtestShell*) NULLPTR; ptr->countTests(); |
| 157 | } |
| 158 | // LCOV_EXCL_STOP |
| 159 | |
| 160 | static void (*pleaseCrashMeRightNow) () = defaultCrashMethod; |
nothing calls this directly
no test coverage detected