Home
last modified time | relevance | path

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

/external/autotest/contrib/
Dcoverage.py104 def __init__(self, statements, excluded, suite_spots): argument
108 self.suite_spots = suite_spots
157 lines = self.suite_spots.get(l, [l,l])
182 if lineno in self.suite_spots:
183 lineno = self.suite_spots[lineno][0]
192 self.suite_spots.has_key(lineno) and \
193 self.excluded.has_key(self.suite_spots[lineno][1]):
222 if self.suite_spots.has_key(l):
695 suite_spots = {}
707 self.get_suite_spots(tree, suite_spots)
[all …]