From 736a4116c8bfe778c49b14a7b576b56179b2902b Mon Sep 17 00:00:00 2001 From: friedemannsommer Date: Sun, 3 Nov 2024 04:45:20 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20friedema?= =?UTF-8?q?nnsommer/lcov-parser@c6f57391256eaa47eb6e2f35697c786f6e67230f?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- development/classes/parser.LcovParser.html | 12 +++---- .../classes/stream.LcovStreamParser.html | 10 +++--- development/enums/constants.Variant.html | 34 +++++++++---------- .../lib_field_variant.isEmptyField.html | 2 +- .../lib_field_variant.isNonEmptyField.html | 2 +- development/functions/promise.lcovParser.html | 2 +- development/interfaces/index.BranchEntry.html | 12 +++---- development/interfaces/index.FieldNames.html | 4 +-- .../interfaces/index.FunctionEntry.html | 8 ++--- development/interfaces/index.LineEntry.html | 6 ++-- .../interfaces/index.SectionSummary.html | 12 +++---- development/interfaces/index.Summary.html | 8 ++--- .../interfaces/parser.ParseResult.html | 10 +++--- development/interfaces/promise.Options.html | 8 ++--- .../interfaces/stream.StreamOptions.html | 6 ++-- development/modules/constants.html | 2 +- development/modules/index.html | 2 +- development/modules/lib_field_variant.html | 2 +- development/modules/parser.html | 2 +- development/modules/promise.html | 2 +- development/modules/stream.html | 2 +- .../lib_field_variant.EmptyVariants.html | 2 +- .../lib_field_variant.NonEmptyVariants.html | 2 +- development/types/parser.FlushedResults.html | 2 +- .../constants.defaultFieldNames.html | 2 +- 25 files changed, 78 insertions(+), 78 deletions(-) diff --git a/development/classes/parser.LcovParser.html b/development/classes/parser.LcovParser.html index b80b32be..2af780e2 100644 --- a/development/classes/parser.LcovParser.html +++ b/development/classes/parser.LcovParser.html @@ -1,15 +1,15 @@ LcovParser | LCOV parser

Parses the given chunks based on the provided FieldNames. Please note that a LcovParser#write call doesn't imply any parsing, call the LcovParser#read or LcovParser#flush functions to parse the given chunks.

-

Constructors

Constructors

Methods

  • Returns null | Buffer

    Buffer - If there's a buffer available returns the remaining slice of it, otherwise returns null.

    -
  • Try to parse a result, this may fail if there's no or insufficient data. +

Constructors

Methods

  • Returns null | Buffer

    Buffer - If there is a buffer available returns the remaining slice of it, otherwise returns null.

    +
  • Add the chunk to the list of chunks that should be parsed.

    Parameters

    • chunk: Buffer

      A Buffer with UTF-8 encoding

      -

    Returns void

+

Returns void

diff --git a/development/classes/stream.LcovStreamParser.html b/development/classes/stream.LcovStreamParser.html index cd9e59cb..b6f66ebc 100644 --- a/development/classes/stream.LcovStreamParser.html +++ b/development/classes/stream.LcovStreamParser.html @@ -1,6 +1,6 @@ LcovStreamParser | LCOV parser

Class LcovStreamParser

A Transform stream which accepts Buffer chunks as input and outputs SectionSummary objects.

-

Hierarchy

  • Transform
    • LcovStreamParser

Constructors

Hierarchy

  • Transform
    • LcovStreamParser

Constructors

Properties

allowHalfOpen: boolean

If false then the stream will automatically end the writable side when the +

Constructors

Properties

allowHalfOpen: boolean

If false then the stream will automatically end the writable side when the readable side ends. Set initially by the allowHalfOpen constructor option, which defaults to true.

This can be changed manually to change the half-open behavior of an existing @@ -184,7 +184,7 @@

Installing a listener using this symbol does not change the behavior once an 'error' event is emitted. Therefore, the process will still crash if no regular 'error' listener is installed.

v13.6.0, v12.17.0

-

Methods

  • Parameters

    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • error: null | Error
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Internal

    Parameters

    • callback: TransformCallback

    Returns void

  • Parameters

    • size: number

    Returns void

  • Internal

    Parameters

    • chunk: Buffer
    • encoding: BufferEncoding
    • callback: TransformCallback

    Returns void

  • Parameters

    • chunk: any
    • encoding: BufferEncoding
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • chunks: {
          chunk: any;
          encoding: BufferEncoding;
      }[]
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Calls readable.destroy() with an AbortError and returns a promise that fulfills when the stream is finished.

    +

Methods

  • Parameters

    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • error: null | Error
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Internal

    Parameters

    • callback: TransformCallback

    Returns void

  • Parameters

    • size: number

    Returns void

  • Internal

    Parameters

    • chunk: Buffer
    • encoding: BufferEncoding
    • callback: TransformCallback

    Returns void

  • Parameters

    • chunk: any
    • encoding: BufferEncoding
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • chunks: {
          chunk: any;
          encoding: BufferEncoding;
      }[]
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Calls readable.destroy() with an AbortError and returns a promise that fulfills when the stream is finished.

    Returns Promise<void>

    v20.4.0

  • Returns AsyncIterator<any, any, any>

  • Type Parameters

    • K

    Parameters

    • error: Error
    • event: string | symbol
    • Rest...args: AnyRest

    Returns void

  • Event emitter The defined events on documents including:

    @@ -641,11 +641,11 @@ objects.

Returns void

v15.4.0

diff --git a/development/enums/constants.Variant.html b/development/enums/constants.Variant.html index 2529ad5a..3514afd0 100644 --- a/development/enums/constants.Variant.html +++ b/development/enums/constants.Variant.html @@ -1,5 +1,5 @@ Variant | LCOV parser

Enumeration Variant

Field entry variants

-

Enumeration Members

Enumeration Members

Enumeration Members

BranchHit

Number of branches hit.

-
BranchInstrumented

Number of branches found.

-
BranchLocation

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

-
Comment

A comment string.

-
EndOfRecord

Signals the end of a section.

-
FilePath

The source file path.

-
FunctionExecution

Call count for a given function, identified by name.

-
FunctionHit

Number of functions hit.

-
FunctionInstrumented

Number of functions found.

-
FunctionLocation

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

-
LineHit

Number of lines with a non-zero execution count.

-
LineInstrumented

Number of instrumented lines.

-
LineLocation

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

-
None
TestName

The test name.

-
Version

The source code version ID.

-
+
BranchInstrumented

Number of branches found.

+
BranchLocation

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

+
Comment

A comment string.

+
EndOfRecord

Signals the end of a section.

+
FilePath

The source file path.

+
FunctionExecution

Call count for a given function, identified by name.

+
FunctionHit

Number of functions hit.

+
FunctionInstrumented

Number of functions found.

+
FunctionLocation

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

+
LineHit

Number of lines with a non-zero execution count.

+
LineInstrumented

Number of instrumented lines.

+
LineLocation

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

+
None
TestName

The test name.

+
Version

The source code version ID.

+
diff --git a/development/functions/lib_field_variant.isEmptyField.html b/development/functions/lib_field_variant.isEmptyField.html index 4a6a0654..49ef7cd6 100644 --- a/development/functions/lib_field_variant.isEmptyField.html +++ b/development/functions/lib_field_variant.isEmptyField.html @@ -1,3 +1,3 @@ isEmptyField | LCOV parser
+

Returns variant is EmptyVariants

diff --git a/development/functions/lib_field_variant.isNonEmptyField.html b/development/functions/lib_field_variant.isNonEmptyField.html index 7871a072..c88ace67 100644 --- a/development/functions/lib_field_variant.isNonEmptyField.html +++ b/development/functions/lib_field_variant.isNonEmptyField.html @@ -1,3 +1,3 @@ isNonEmptyField | LCOV parser
+

Returns variant is NonEmptyVariants

diff --git a/development/functions/promise.lcovParser.html b/development/functions/promise.lcovParser.html index 9ca364b4..5433a600 100644 --- a/development/functions/promise.lcovParser.html +++ b/development/functions/promise.lcovParser.html @@ -1,3 +1,3 @@ lcovParser | LCOV parser

Function lcovParser

+

Returns Promise<SectionSummary[]>

diff --git a/development/interfaces/index.BranchEntry.html b/development/interfaces/index.BranchEntry.html index 9da691e1..99cd3947 100644 --- a/development/interfaces/index.BranchEntry.html +++ b/development/interfaces/index.BranchEntry.html @@ -1,11 +1,11 @@ -BranchEntry | LCOV parser

Interface BranchEntry

interface BranchEntry {
    block: number;
    branch: string;
    hit: number;
    isException: boolean;
    line: number;
}

Hierarchy (view full)

Properties

block +BranchEntry | LCOV parser

Interface BranchEntry

interface BranchEntry {
    block: number;
    branch: string;
    hit: number;
    isException: boolean;
    line: number;
}

Hierarchy (view full)

Properties

block: number

The block number.

-
branch: string

A human-readable string, which should uniquely identify a given branch.

-
hit: number

Number of executions for this line.

-
isException: boolean

Possibly a catch or otherwise exception related branch.

-
line: number

The associated line number.

-
+
branch: string

A human-readable string, which should uniquely identify a given branch.

+
hit: number

Number of executions for this line.

+
isException: boolean

Possibly a catch or otherwise exception-related branch.

+
line: number

The associated line number.

+
diff --git a/development/interfaces/index.FieldNames.html b/development/interfaces/index.FieldNames.html index 567fa49f..5b5a21ab 100644 --- a/development/interfaces/index.FieldNames.html +++ b/development/interfaces/index.FieldNames.html @@ -1,4 +1,4 @@ -FieldNames | LCOV parser

Interface FieldNames

interface FieldNames {
    branchHit: string;
    branchInstrumented: string;
    branchLocation: string;
    comment: string;
    endOfRecord: string;
    filePath: string;
    functionExecution: string;
    functionHit: string;
    functionInstrumented: string;
    functionLocation: string;
    lineHit: string;
    lineInstrumented: string;
    lineLocation: string;
    testName: string;
    version: string;
}

Properties

branchHit +FieldNames | LCOV parser

Interface FieldNames

interface FieldNames {
    branchHit: string;
    branchInstrumented: string;
    branchLocation: string;
    comment: string;
    endOfRecord: string;
    filePath: string;
    functionExecution: string;
    functionHit: string;
    functionInstrumented: string;
    functionLocation: string;
    lineHit: string;
    lineInstrumented: string;
    lineLocation: string;
    testName: string;
    version: string;
}

Properties

branchHit: string
branchInstrumented: string
branchLocation: string
comment: string
endOfRecord: string
filePath: string
functionExecution: string
functionHit: string
functionInstrumented: string
functionLocation: string
lineHit: string
lineInstrumented: string
lineLocation: string
testName: string
version: string
+

Properties

branchHit: string
branchInstrumented: string
branchLocation: string
comment: string
endOfRecord: string
filePath: string
functionExecution: string
functionHit: string
functionInstrumented: string
functionLocation: string
lineHit: string
lineInstrumented: string
lineLocation: string
testName: string
version: string
diff --git a/development/interfaces/index.FunctionEntry.html b/development/interfaces/index.FunctionEntry.html index 629ad8ac..31417335 100644 --- a/development/interfaces/index.FunctionEntry.html +++ b/development/interfaces/index.FunctionEntry.html @@ -1,7 +1,7 @@ -FunctionEntry | LCOV parser

Interface FunctionEntry

interface FunctionEntry {
    hit: number;
    line: number;
    name: string;
}

Hierarchy (view full)

Properties

hit +FunctionEntry | LCOV parser
+
line: number

The associated line number.

+
name: string

Function name

+
diff --git a/development/interfaces/index.LineEntry.html b/development/interfaces/index.LineEntry.html index 79b9ef4a..eafef84a 100644 --- a/development/interfaces/index.LineEntry.html +++ b/development/interfaces/index.LineEntry.html @@ -1,5 +1,5 @@ -LineEntry | LCOV parser

Interface LineEntry

interface LineEntry {
    hit: number;
    line: number;
}

Hierarchy (view full)

Properties

hit +LineEntry | LCOV parser
+
line: number

The associated line number.

+
diff --git a/development/interfaces/index.SectionSummary.html b/development/interfaces/index.SectionSummary.html index 690bb2dc..60df1bd7 100644 --- a/development/interfaces/index.SectionSummary.html +++ b/development/interfaces/index.SectionSummary.html @@ -1,11 +1,11 @@ -SectionSummary | LCOV parser

Interface SectionSummary

interface SectionSummary {
    branches: Summary<BranchEntry>;
    functions: Summary<FunctionEntry>;
    lines: Summary<LineEntry>;
    name: string;
    path: string;
}

Properties

branches +SectionSummary | LCOV parser

Interface SectionSummary

interface SectionSummary {
    branches: Summary<BranchEntry>;
    functions: Summary<FunctionEntry>;
    lines: Summary<LineEntry>;
    name: string;
    path: string;
}

Properties

branches: Summary<BranchEntry>

The overall number of branches found and how often they were hit, with a list of instrumented branches.

-

The overall number of functions found and how often they were hit, with a list of instrumented functions.

-

The overall number of found lines and how often they were hit, with a list of instrumented lines.

-
name: string

The section name (also referred to as "test name").

-
path: string

The source file path.

-
+

The overall number of functions found and how often they were hit, with a list of instrumented functions.

+

The overall number of found lines and how often they were hit, with a list of instrumented lines.

+
name: string

The section name (also referred to as "test name").

+
path: string

The source file path.

+
diff --git a/development/interfaces/index.Summary.html b/development/interfaces/index.Summary.html index c30efaa5..7049e689 100644 --- a/development/interfaces/index.Summary.html +++ b/development/interfaces/index.Summary.html @@ -1,7 +1,7 @@ -Summary | LCOV parser

Interface Summary<Detail>

interface Summary<Detail> {
    details: Detail[];
    hit: number;
    instrumented: number;
}

Type Parameters

Properties

details +Summary | LCOV parser

Interface Summary<Detail>

interface Summary<Detail> {
    details: Detail[];
    hit: number;
    instrumented: number;
}

Type Parameters

Properties

details: Detail[]

Lists all instrumented branches, functions, or lines.

-
hit: number

The number of executions for this branch, function, or line.

-
instrumented: number

The number of branches, functions, or lines found.

-
+
hit: number

The number of executions for this branch, function, or line.

+
instrumented: number

The number of branches, functions, or lines found.

+
diff --git a/development/interfaces/parser.ParseResult.html b/development/interfaces/parser.ParseResult.html index dbd4d181..dce3f534 100644 --- a/development/interfaces/parser.ParseResult.html +++ b/development/interfaces/parser.ParseResult.html @@ -1,13 +1,13 @@ ParseResult | LCOV parser

Interface ParseResult<V>

A parsed LCOV field entry. It may be incomplete, check the ParseResult#done and ParseResult#incomplete fields.

-
interface ParseResult<V> {
    done: boolean;
    incomplete: boolean;
    value: null | string[];
    variant: V;
}

Type Parameters

Properties

interface ParseResult<V> {
    done: boolean;
    incomplete: boolean;
    value: null | string[];
    variant: V;
}

Type Parameters

Properties

done: boolean

Signals that this is the last entry.

-
incomplete: boolean

Signals that there wasn't enough data to successfully parse the current buffer +

incomplete: boolean

Signals that there wasn't enough data to successfully parse the current buffer and more data is necessary to parse it successfully.

-
value: null | string[]

A list of string values which were present after the : (colon) separator, or null +

value: null | string[]

A list of string values which were present after the : (colon) separator, or null if the current variant shouldn't have values.

-
variant: V

Variant fo the current field entry. See Variant for more information.

-
+
variant: V

Variant of the current field entry. See Variant for more information.

+
diff --git a/development/interfaces/promise.Options.html b/development/interfaces/promise.Options.html index 242ffad4..597dac50 100644 --- a/development/interfaces/promise.Options.html +++ b/development/interfaces/promise.Options.html @@ -1,8 +1,8 @@ -Options | LCOV parser

Interface Options

interface Options {
    fieldNames?: FieldNames;
    from:
        | string
        | ArrayBuffer
        | Buffer
        | Readable;
    parser?: LcovParser;
}

Properties

fieldNames? +Options | LCOV parser

Interface Options

interface Options {
    fieldNames?: FieldNames;
    from:
        | string
        | ArrayBuffer
        | Buffer
        | Readable;
    parser?: LcovParser;
}

Properties

fieldNames?: FieldNames

The field names to use for parsing. These will only be used if Options#parser is not present.

-
from:
    | string
    | ArrayBuffer
    | Buffer
    | Readable

Input source to read from. +

from:
    | string
    | ArrayBuffer
    | Buffer
    | Readable

Input source to read from. This can be a string, Readable, Buffer, or ArrayBuffer.

-
parser?: LcovParser

A parser instance that should be used for parsing, instead of creating a new one internally.

-
+
parser?: LcovParser

A parser instance that should be used for parsing instead of creating a new one internally.

+
diff --git a/development/interfaces/stream.StreamOptions.html b/development/interfaces/stream.StreamOptions.html index c71237c8..cbfe9364 100644 --- a/development/interfaces/stream.StreamOptions.html +++ b/development/interfaces/stream.StreamOptions.html @@ -1,4 +1,4 @@ -StreamOptions | LCOV parser

Interface StreamOptions

interface StreamOptions {
    allowHalfOpen?: boolean;
    autoDestroy?: boolean;
    defaultEncoding?: BufferEncoding;
    emitClose?: boolean;
    encoding?: BufferEncoding;
    fieldNames?: FieldNames;
    highWaterMark?: number;
    objectMode?: boolean;
    parser?: LcovParser;
    readableHighWaterMark?: number;
    signal?: AbortSignal;
    writableCorked?: number;
    writableHighWaterMark?: number;
    construct?(this: Transform, callback: ((error?: null | Error) => void)): void;
    destroy?(this: Transform, error: null | Error, callback: ((error?: null | Error) => void)): void;
    final?(this: Transform, callback: ((error?: null | Error) => void)): void;
    read?(this: Transform, size: number): void;
    write?(this: Transform, chunk: any, encoding: BufferEncoding, callback: ((error?: null | Error) => void)): void;
    writev?(this: Transform, chunks: {
        chunk: any;
        encoding: BufferEncoding;
    }[], callback: ((error?: null | Error) => void)): void;
}

Hierarchy

  • Omit<TransformOptions,
        | "transform"
        | "flush"
        | "writableObjectMode"
        | "readableObjectMode"
        | "decodeStrings">
    • StreamOptions

Properties

allowHalfOpen? +StreamOptions | LCOV parser

Interface StreamOptions

interface StreamOptions {
    allowHalfOpen?: boolean;
    autoDestroy?: boolean;
    defaultEncoding?: BufferEncoding;
    emitClose?: boolean;
    encoding?: BufferEncoding;
    fieldNames?: FieldNames;
    highWaterMark?: number;
    objectMode?: boolean;
    parser?: LcovParser;
    readableHighWaterMark?: number;
    signal?: AbortSignal;
    writableCorked?: number;
    writableHighWaterMark?: number;
    construct?(this: Transform, callback: ((error?: null | Error) => void)): void;
    destroy?(this: Transform, error: null | Error, callback: ((error?: null | Error) => void)): void;
    final?(this: Transform, callback: ((error?: null | Error) => void)): void;
    read?(this: Transform, size: number): void;
    write?(this: Transform, chunk: any, encoding: BufferEncoding, callback: ((error?: null | Error) => void)): void;
    writev?(this: Transform, chunks: {
        chunk: any;
        encoding: BufferEncoding;
    }[], callback: ((error?: null | Error) => void)): void;
}

Hierarchy

  • Omit<TransformOptions,
        | "transform"
        | "flush"
        | "writableObjectMode"
        | "readableObjectMode"
        | "decodeStrings">
    • StreamOptions

Properties

allowHalfOpen?: boolean
autoDestroy?: boolean
defaultEncoding?: BufferEncoding
emitClose?: boolean
encoding?: BufferEncoding
fieldNames?: FieldNames

The field names to use for parsing. These will only be used if StreamOptions#parser is not present.

-
highWaterMark?: number
objectMode?: boolean
parser?: LcovParser

A parser instance that should be used for parsing, instead of creating a new one internally.

-
readableHighWaterMark?: number
signal?: AbortSignal

When provided the corresponding AbortController can be used to cancel an asynchronous action.

+
highWaterMark?: number
objectMode?: boolean
parser?: LcovParser

A parser instance that should be used for parsing instead of creating a new one internally.

+
readableHighWaterMark?: number
signal?: AbortSignal

When provided the corresponding AbortController can be used to cancel an asynchronous action.

writableCorked?: number
writableHighWaterMark?: number

Methods

  • Parameters

    • this: Transform
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • this: Transform
    • error: null | Error
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • this: Transform
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • this: Transform
    • size: number

    Returns void

  • Parameters

    • this: Transform
    • chunk: any
    • encoding: BufferEncoding
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

  • Parameters

    • this: Transform
    • chunks: {
          chunk: any;
          encoding: BufferEncoding;
      }[]
    • callback: ((error?: null | Error) => void)
        • (error?): void
        • Parameters

          • Optionalerror: null | Error

          Returns void

    Returns void

diff --git a/development/modules/constants.html b/development/modules/constants.html index 8382b191..6f82a51b 100644 --- a/development/modules/constants.html +++ b/development/modules/constants.html @@ -1,3 +1,3 @@ -constants | LCOV parser

Module constants

Index

Enumerations

Variant +constants | LCOV parser
diff --git a/development/modules/index.html b/development/modules/index.html index 9bb7b7ec..8b21db6f 100644 --- a/development/modules/index.html +++ b/development/modules/index.html @@ -1,4 +1,4 @@ -index | LCOV parser

Module index

References

default +index | LCOV parser

Module index

References

Interfaces

BranchEntry FieldNames diff --git a/development/modules/lib_field_variant.html b/development/modules/lib_field_variant.html index 13a03402..6b2d6ddb 100644 --- a/development/modules/lib_field_variant.html +++ b/development/modules/lib_field_variant.html @@ -1,4 +1,4 @@ -lib/field-variant | LCOV parser

Module lib/field-variant

Index

Type Aliases

EmptyVariants +lib/field-variant | LCOV parser

Module lib/field-variant

Index

Type Aliases

Functions

isEmptyField isNonEmptyField diff --git a/development/modules/parser.html b/development/modules/parser.html index 3bed9722..a49ef43e 100644 --- a/development/modules/parser.html +++ b/development/modules/parser.html @@ -1,4 +1,4 @@ -parser | LCOV parser

Module parser

Index

Classes

LcovParser +parser | LCOV parser
diff --git a/development/modules/promise.html b/development/modules/promise.html index 5669bd5f..8ab88a79 100644 --- a/development/modules/promise.html +++ b/development/modules/promise.html @@ -1,4 +1,4 @@ -promise | LCOV parser

Module promise

References

default +promise | LCOV parser
diff --git a/development/modules/stream.html b/development/modules/stream.html index 55158b76..dc962e00 100644 --- a/development/modules/stream.html +++ b/development/modules/stream.html @@ -1,4 +1,4 @@ -stream | LCOV parser

Module stream

References

default +stream | LCOV parser
diff --git a/development/types/lib_field_variant.EmptyVariants.html b/development/types/lib_field_variant.EmptyVariants.html index 8e2d371f..ff85bcef 100644 --- a/development/types/lib_field_variant.EmptyVariants.html +++ b/development/types/lib_field_variant.EmptyVariants.html @@ -1 +1 @@ -EmptyVariants | LCOV parser
+EmptyVariants | LCOV parser
diff --git a/development/types/lib_field_variant.NonEmptyVariants.html b/development/types/lib_field_variant.NonEmptyVariants.html index b5a93a6c..efdf61cf 100644 --- a/development/types/lib_field_variant.NonEmptyVariants.html +++ b/development/types/lib_field_variant.NonEmptyVariants.html @@ -1 +1 @@ -NonEmptyVariants | LCOV parser
+NonEmptyVariants | LCOV parser
diff --git a/development/types/parser.FlushedResults.html b/development/types/parser.FlushedResults.html index 805a3b16..393c478c 100644 --- a/development/types/parser.FlushedResults.html +++ b/development/types/parser.FlushedResults.html @@ -1,4 +1,4 @@ FlushedResults | LCOV parser
+
diff --git a/development/variables/constants.defaultFieldNames.html b/development/variables/constants.defaultFieldNames.html index a19a67fd..22adf87e 100644 --- a/development/variables/constants.defaultFieldNames.html +++ b/development/variables/constants.defaultFieldNames.html @@ -1,3 +1,3 @@ defaultFieldNames | LCOV parser
+