Example #1
0
 def __init__(self,options,config):
     TestParent.__init__(self,options,config)
     HTMLParser.__init__(self)
     self.total = False
     self.executed = False
     self.total_line=''
     self.executed_line=''
Example #2
0
 def __init__(self, options, config):
     TestParent.__init__(self, options, config)
     HTMLParser.__init__(self)
     self.total = False
     self.executed = False
     self.total_line = ''
     self.executed_line = ''
Example #3
0
 def __init__(self, config, options):
     TestParent.__init__(self, config, options)
Example #4
0
 def __init__(self,options,config):
     TestParent.__init__(self,options,config)
     HTMLParser.__init__(self)
     self.total = False
     self.flag = False
     self.data = []
Example #5
0
 def __init__(self,options,config):
     TestParent.__init__(self,options,config)
     self.flag = False
     self.line_info = ""
Example #6
0
    def __init__(self,options,config):
        TestParent.__init__(self,options,config)
        self.lcov_info = ''
	#keep defalt code coverage calculation, do NOT care the codes test doesn't hit
	#1 = keep; 
	self.keep = options.get('keep', 0)
Example #7
0
 def __init__(self,config,options):
     TestParent.__init__(self,config,options)
Example #8
0
 def __init__(self, options, config):
     TestParent.__init__(self, options, config)
     self.lcov_info = ''
     #keep defalt code coverage calculation, do NOT care the codes test doesn't hit
     #1 = keep;
     self.keep = options.get('keep', 0)
Example #9
0
 def __init__(self, options, config):
     TestParent.__init__(self, options, config)
     HTMLParser.__init__(self)
     self.flag = False
     self.line_info = ""
Example #10
0
 def __init__(self, options, config):
     TestParent.__init__(self, options, config)
Example #11
0
 def __init__(self, options, config):
     TestParent.__init__(self, options, config)
     HTMLParser.__init__(self)
     self.total = False
     self.flag = False
     self.data = []