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

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

공개 메소드들

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

메소드 상세

CalculateDefectCodeSize() 공개 정적인 메소드

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

CalculateDefectCodeSize() 공개 정적인 메소드

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

CalculateDefectCodeSizePerDefect() 공개 정적인 메소드

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

CalculateDefectCodeSizePerDefect() 공개 정적인 메소드

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