-------------------------------------------------------------------------
| 21 | { |
| 22 | //------------------------------------------------------------------------- |
| 23 | LineCoverage::LineCoverage(unsigned int lineNumber, bool hasBeenExecuted) |
| 24 | : lineNumber_(lineNumber) |
| 25 | , hasBeenExecuted_(hasBeenExecuted) |
| 26 | { |
| 27 | } |
| 28 | |
| 29 | //------------------------------------------------------------------------- |
| 30 | unsigned int LineCoverage::GetLineNumber() const |
nothing calls this directly
no outgoing calls
no test coverage detected