C# Class FaultLocalization.StatisticalRater

Inheritance: ISuspiciousnessRater
ファイルを表示 Open project: lukesandberg/PexFaultLocalization

Public Methods

Method Description
RateLines ( IEnumerable testedLines, IEnumerable testResults ) : void

Protected Methods

Method Description
applyRating ( StatementSuspiciousnessInfo line, uint passed, uint failed ) : StatementSuspiciousnessInfo

Method Details

RateLines() public method

public RateLines ( IEnumerable testedLines, IEnumerable testResults ) : void
testedLines IEnumerable
testResults IEnumerable
return void

applyRating() protected method

protected applyRating ( StatementSuspiciousnessInfo line, uint passed, uint failed ) : StatementSuspiciousnessInfo
line StatementSuspiciousnessInfo
passed uint
failed uint
return StatementSuspiciousnessInfo