-------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------- |
| 48 | int CoverageRate::GetTotalLinesCount() const |
| 49 | { |
| 50 | return executedLinesCount_ + unexecutedLinesCount_; |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------- |
| 54 | double CoverageRate::GetRate() const |
no outgoing calls