NDepend.API Documentation
EstimatedEffortToDevelopOneLogicalLineOfCode Property
NDepend.TechnicalDebt Namespace > DebtSettings Class : EstimatedEffortToDevelopOneLogicalLineOfCode Property
Gets the estimated time to develop one logical line of code.
Syntax
public TimeSpan EstimatedEffortToDevelopOneLogicalLineOfCode {get;}
Remarks
This property has no setter because the result is obtained from the formula:
(this.EstimatedNumberOfManDayToDevelop1000LogicalLinesOfCode * this.NumberOfWorkHourPerDay / 1000).NDepend.Helpers.ExtensionMethodsTimeSpan.ToHours.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

DebtSettings Class
DebtSettings Members