excludeLinePatterns property

List<String> excludeLinePatterns
final

Specific lines to exclude from coverage calculations.

Each entry has format file_path:line_number:line_content. All three parts are required. The line content is verified against the actual source file — if it doesn't match, the exclusion is skipped and a warning is printed.

Implementation

final List<String> excludeLinePatterns;