Example #1
0
 def TIMP(self):
     if not self.vals.timp:
         self.vals.timp = metrics.impurityOfCallGraph(
             self._getClosedCallGraph())
     return self.vals.timp
Example #2
0
	def TIMP(self):
		if not self.vals.timp:
			self.vals.timp = metrics.impurityOfCallGraph(self._getClosedCallGraph())
		return self.vals.timp
Example #3
0
 def TIMPI(self):
     if not self.vals.timpi:
         self.vals.timpi = metrics.impurityOfCallGraph(self._getCallGraph())
     return self.vals.timpi
Example #4
0
	def TIMPI(self):
		if not self.vals.timpi:
			self.vals.timpi = metrics.impurityOfCallGraph(self._getCallGraph())
		return self.vals.timpi