vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface CodeLocation

    interface CodeLocation {
        column: number;
        line: number;
        numExecutions: number;
        time: number;
    }
    Index

    Properties

    column: number
    line: number
    numExecutions: number

    The number of times the Apex was executed in the test run.

    time: number

    The total cumulative time spent at this location. This can be helpful for performance monitoring.