IMetricsTableResults

class

IMetricsTableResults.

IMetricsTableResults

Bases: object

Scripting API with code analysis results of metrics table.

successful

Retrieves a value indicating whether this IMetricsTableResults was successful.

Type

bool

message

Retrieves the final analysis message (as text).

Type

string

project_path

Retrieves the analyzed project path.

Type

string

analysis_started_at

Retrieves the analysis start time.

Type

string

analysis_finished_at

Retrieves the analysis finished time.

Type

string

analyser_version

Retrieves the analyser version.

Type

string

columns

Retrieves the analysis results columns.

Type

List of string

rows

Retrieves the analysis results rows.

Type

List of List of string

store_as_xml

filename

Stores the analysis results as xml.

Parameters

filename (string) -- The filename for analysis results.

store_as_csv

filename

Stores the analysis results as csv.

Parameters

filename (string) -- The filename for analysis results.

store_as_html

filename

xsltTransformationFilename=None

Stores the analysis results as html.

Parameters
  • filename (string) -- The filename for analysis results.

  • xsltTransformationFilename (string) -- The XSLT transformation filename. If null, the default transformation file is used.