uncoveredOnly property

bool uncoveredOnly
final

Whether to show only files with uncovered lines.

When true, fully covered files are filtered out of the report.

Implementation

final bool uncoveredOnly;