Skip to content

IDefaultCoverageAnalyzer: should not color nested nodes of ignored concepts #1392

@arimer

Description

@arimer

Altough the DefaultCoverageAnalyzerBase.ignoredConcepts list is configured properly, the IDefaultCoverageAnalyzer result is still coloring nodes of ignored concepts in case they are part of a sub-AST.

Example: Ignore NumberLiteral

Current behaviour: In case you have an AST like 1 + 1 the entire PlusExpression (including its children) is colored.

Expected behaviour: Nodes of ignored concepts should be covered with the IGNORED_COLOR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions