Searched refs:file_summary (Results 1 – 3 of 3) sorted by relevance
65 def file_summary(self): member in GCDAParser73 @file_summary.setter74 def file_summary(self, file_summary): member in GCDAParser80 self._file_summary = file_summary82 def Parse(self, file_summary): argument95 self.file_summary = file_summary109 return self.file_summary # end of file reached138 func = self.file_summary.functions[ident]168 def ParseGcdaFile(file_name, file_summary): argument184 return GCDAParser(stream).Parse(file_summary)[all …]
36 from vts.utils.python.coverage import file_summary73 self.file_summary = file_summary.FileSummary()90 return self.file_summary107 self.file_summary.functions[func.ident] = func109 return self.file_summary # end of file reached113 self.file_summary.functions[func.ident] = func
22 from vts.utils.python.coverage import file_summary46 fs = file_summary.FileSummary()55 parser.file_summary = fs65 fs = file_summary.FileSummary()76 parser.file_summary = fs89 fs = file_summary.FileSummary()112 parser.file_summary = fs