Documentation Index
Fetch the complete documentation index at: https://docs.diffblue.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Diffblue Agents installed (no license required)
- A supported AI coding agent platform installed and authenticated — run
diffblue-agents installto configure - A Java project that meets the project requirements
Run the test quality report
From the root of your project, start the workflow:- Detects your build system, language, and modules
- Configures coverage and mutation testing tools if not already present
- Runs coverage and mutation analysis
- Displays a per-module quality report
Review the results
The report shows four metrics for each module and class:| Metric | Meaning |
|---|---|
| Line coverage | Percentage of code lines executed by tests |
| Branch coverage | Percentage of code branches executed by tests |
| Mutation score | Percentage of code mutations detected by tests |
| Test strength | Percentage of covered mutations detected by tests |
Next steps
- See the test quality report workflow for filtering options and tool configuration details.
- Address gaps identified in the report by running the Diffblue Testing Agent.