-------------------------------------------------------------------------
| 40 | |
| 41 | //------------------------------------------------------------------------- |
| 42 | int CoverageRate::GetUnExecutedLinesCount() const |
| 43 | { |
| 44 | return unexecutedLinesCount_; |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------- |
| 48 | int CoverageRate::GetTotalLinesCount() const |