Home | History | Annotate | Download | only in coverage

Lines Matching full:modulename

546         modulename = self._name_for_module(frame.f_globals, filename)
553 if self.source_pkgs_match.match(modulename):
554 if modulename in self.source_pkgs:
555 self.source_pkgs.remove(modulename)