-------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------- |
| 36 | int CoverageRate::GetExecutedLinesCount() const |
| 37 | { |
| 38 | return executedLinesCount_; |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------- |
| 42 | int CoverageRate::GetUnExecutedLinesCount() const |
no outgoing calls