maid_runner.CoherenceResult

class maid_runner.CoherenceResult(issues=<factory>, checks_run=<factory>, duration_ms=None)

Complete result of coherence validation.

Parameters:
  • issues (list[CoherenceIssue])

  • checks_run (list[str])

  • duration_ms (float | None)

__init__(issues=<factory>, checks_run=<factory>, duration_ms=None)
Parameters:
  • issues (list[CoherenceIssue])

  • checks_run (list[str])

  • duration_ms (float | None)

Return type:

None

Methods

__init__([issues, checks_run, duration_ms])

to_dict()

to_json()

Attributes

duration_ms

error_count

success

warning_count

issues

checks_run