PropertyDamage.Mutation.Analysis (PropertyDamage v0.2.0)
View SourceAnalyzes mutation testing results to identify weaknesses and generate suggestions.
Provides insights into:
- Which checks are weak (never caught mutations)
- Which fields aren't being validated
- Actionable suggestions for improvement
Summary
Types
Functions
@spec analyze(PropertyDamage.Mutation.Report.t()) :: analysis()
Analyzes a mutation report and returns insights.
Formats an analysis for display.