NDepend.API Documentation
NbLinesOfCodeNotCovered Property (ISourceFile)
NDepend.CodeModel Namespace > ISourceFile Interface : NbLinesOfCodeNotCovered Property
Gets a numeric nullable value in the range [0,this.NbLinesOfCode] counting the number of lines of code of types declared this source file, not covered by tests.
Syntax
Nullable<uint> NbLinesOfCodeNotCovered {get;}
Remarks
If this source file contains a partial type declaration, only methods declared in this source file are taken account.
Requirements

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

See Also

Reference

ISourceFile Interface
ISourceFile Members
NbLinesOfCodeNotCovered Property