Home
last modified time | relevance | path

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

/test/vts/utils/python/coverage/
Dcoverage_report.py35 def GenerateLineCoverageVector(gcno_file_summary, exclude_paths, coverage_dict): argument
48 for ident in gcno_file_summary.functions:
49 func = gcno_file_summary.functions[ident]