Muex.Reporter.Html (Muex v0.6.1)

View Source

HTML reporter for mutation testing results.

Generates an interactive HTML report with color-coded results.

Summary

Functions

Generates HTML report from mutation results.

Functions

generate(results, opts \\ [])

@spec generate(
  [map()],
  keyword()
) :: :ok | {:error, term()}

Generates HTML report from mutation results.

Parameters

  • results - List of mutation results
  • opts - Options:
    • :output_file - Path to output file (default: "muex-report.html")

Returns

:ok after writing the HTML file