Theia API Documentation v1.65.0
    Preparing search index...

    Contains coverage information for a single statement or line.

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    branches: BranchCoverage[] = []

    Coverage from branches of this line or statement. If it's not a conditional, this will be empty.

    executed: number | boolean

    The number of times this statement was executed, or a boolean indicating whether it was executed if the exact count is unknown. If zero or false, the statement will be marked as un-covered.

    location: Position | Range

    Statement location.