-------------------------------------------------------------------------
| 88 | |
| 89 | //------------------------------------------------------------------------- |
| 90 | bool RunCoverageSettings::GetCoverChildren() const |
| 91 | { |
| 92 | return coverChildren_; |
| 93 | } |
| 94 | |
| 95 | //------------------------------------------------------------------------- |
| 96 | bool RunCoverageSettings::GetContinueAfterCppException() const |