Home
last modified time | relevance | path

Searched refs:total_code_lines (Results 1 – 1 of 1) sorted by relevance

/test/vts/utils/native/trace_processor/
DVtsCoverageProcessor.cpp248 long total_code_lines = GetTotalCodeLine(coverage_report); in PrintCoverageSummary() local
249 double coverage_rate = (double)total_lines_covered / total_code_lines; in PrintCoverageSummary()
251 cout << "total lines: " << total_code_lines << endl; in PrintCoverageSummary()