NDepend.API Documentation
Rank Property (IMethod)
NDepend.CodeModel Namespace > IMethod Interface : Rank Property
Gets a numeric nullable value assessing this method rank, computed by the original Google Parge Rank algorithm.
Syntax
Nullable<float> Rank {get;}

Property Value

null if this method is declared in a third-party assembly.
Otherwise returns this method Rank numeric value.
Remarks
A homothety of center 0.15 is applied to make it so that the average of all application methods.Rank is 1.

Recommendations:
Methods with high rank should be more carefully tested because bugs in such methods will likely be more catastrophic.

Requirements

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

See Also

Reference

IMethod Interface
IMethod Members