report

Prints source file metrics to the standard output.

Parameters

source Source

Collected metrics and scores.

threshold uint

Maximum acceptable function score.

moduleThreshold uint

Maximum acceptable module score.

format OutputFormat

Output format.

Return Value

Type: bool

$(D_KEYWORD true) if the score exceeds the threshold, otherwise returns $(D_KEYWORD false).

Meta