MetricsVisitor Fields |
The MetricsVisitor type exposes the following members.
Name | Description | |
---|---|---|
![]() | _includesCodeUnits |
True if the metrics are at the CodeUnit level or above (otherwise, line numbers
and SLOC must also be calculated).
|
![]() | _maxLineNumber |
The maximum line number of the processed code if it was only a fragment (no CodeUnits).
|
![]() | Metrics |
The Metrics object holding the calculated metrics.
|
![]() | Scope |
The starting CodeObject of the metrics calculation, or a string name if multiple
scopes are used (such as the name of directory, to calculate metrics for all files in it).
|