-------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------- |
| 42 | void RunCoverageSettings::SetCoverChildren(bool coverChildren) |
| 43 | { |
| 44 | coverChildren_ = coverChildren; |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------- |
| 48 | void RunCoverageSettings::SetContinueAfterCppException(bool continueAfterCppException) |
no outgoing calls