# Functions
New returns a new Cover object.
# Structs
Cover computes and reports on coverage.
CoverageThresholdError represents an error raised when the global code coverage percentage is lower than the specified threshold.
FileReport represents a coverage report for a single file.
Position represents a file location.
Range represents a range of positions in a file.
Report represents a coverage report for a set of files.
# Type aliases
PositionSlice is a collection of position that can be sorted.