Searched refs:total_code_lines (Results 1 – 1 of 1) sorted by relevance
248 long total_code_lines = GetTotalCodeLine(coverage_report); in PrintCoverageSummary() local249 double coverage_rate = (double)total_lines_covered / total_code_lines; in PrintCoverageSummary()251 cout << "total lines: " << total_code_lines << endl; in PrintCoverageSummary()