Open sandboxFocus

Namespace Metalama.Extensions.Metrics

Classes

LinesOfCodeMetricProvider

Provides the implementation for the LinesOfCode metric.

ServiceBuilderExtensions

Extension methods for registering metric providers with a service builder.

StatementsCountMetricProvider

Provides the implementation for the StatementsCount metric.

SyntaxNodesCountMetricProvider

Provides the implementation for the SyntaxNodesCount metric.

Structs

LinesOfCode

A metric that counts lines of code in a declaration using multiple counting methods.

StatementsCount

A metric that counts the number of statements in a declaration.

SyntaxNodesCount

A metric that counts the number of syntax nodes in a declaration.