Coverage And Reports

Use these resources when you want to inspect tested behavior, implementation coverage, or example-oriented test names.

Available Reports

What They Are Good For

  • The coverage report helps you verify which public paths are exercised by tests.
  • The TestDox report is easier to skim when you want behavior-focused names such as directory loading, helper normalization, or PSR-11 access.
  • The repository test suite is the best place to inspect exact examples of how the package is expected to behave.