Click or drag to resize

MetricsVisitor Fields

The MetricsVisitor type exposes the following members.

Fields
  NameDescription
Protected field_includesCodeUnits
True if the metrics are at the CodeUnit level or above (otherwise, line numbers and SLOC must also be calculated).
Protected field_maxLineNumber
The maximum line number of the processed code if it was only a fragment (no CodeUnits).
Public fieldMetrics
The Metrics object holding the calculated metrics.
Public fieldScope
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).
Top
See Also