LCOV parser
    Preparing search index...

    Enumeration Variant

    Field entry variants

    Index

    Enumeration Members

    BranchHit: 1

    Number of branches hit.

    BranchInstrumented: 2

    Number of branches found.

    BranchLocation: 3

    Provides branch coverage information, such as line number, block ID, branch, and how often it was used.

    Comment: 4

    A comment string.

    EndOfRecord: 5

    Signals the end of a section.

    FilePath: 6

    The source file path.

    FunctionAlias: 7

    Call count for a given function alias, identified by index.

    FunctionExecution: 8

    Call count for a given function, identified by name.

    FunctionHit: 9

    Number of functions hit.

    FunctionInstrumented: 10

    Number of functions found.

    FunctionLeader: 11

    Start and end line numbers for a given function leader, identified by index.

    FunctionLocation: 12

    Start and end line numbers for a given function, identified by name.

    LineHit: 13

    Number of lines with a non-zero execution count.

    LineInstrumented: 14

    Number of instrumented lines.

    LineLocation: 15

    The execution count for a line, identified by line number.

    None: 0
    TestName: 16

    The test name.

    Version: 17

    The source code version ID.