Module cov::report [] [src]

Coverage report.

The Report structure contains format-independent information about the coverage of every line and branch. It can be easily serialized via serde for human-readable report generation, or transformation to other format consumed by external services.

Structs

Branch

Coverage information about a branch.

File

Coverage information about a source file.

FileSummary

Statistical summary of a file.

Function

Coverage information about a function.

FunctionSummary

Statistical summary of a function.

Line

Coverage information about a source line of code.

Report

A coverage report, generated from a Graph.