C# 클래스 MSR.Data.Entities.DSL.Selection.Metrics.DefectCodeDensity

파일 보기 프로젝트 열기: kirnosenko/msr-tools

공개 메소드들

메소드 설명
CalculateDefectCodeDensity ( this code ) : double
CalculateDefectCodeDensity ( this code, string revision ) : double

비공개 메소드들

메소드 설명
CalculateDefectCodeDensity ( double addedCodeSize, double defectCodeSize ) : double

메소드 상세

CalculateDefectCodeDensity() 공개 정적인 메소드

public static CalculateDefectCodeDensity ( this code ) : double
code this
리턴 double

CalculateDefectCodeDensity() 공개 정적인 메소드

public static CalculateDefectCodeDensity ( this code, string revision ) : double
code this
revision string
리턴 double