diff --git a/development/classes/parser.LcovParser.html b/development/classes/parser.LcovParser.html index 0945466e..0d9dfb34 100644 --- a/development/classes/parser.LcovParser.html +++ b/development/classes/parser.LcovParser.html @@ -1,7 +1,7 @@ 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

Properties

Constructors

Properties

_buffer: null | Buffer = null
_chunks: default<Buffer> = ...
_fieldNames: default[]
_offset: number = 0
_variants: Variant[]

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

Properties

_buffer: null | Buffer = null
_chunks: default<Buffer> = ...
_fieldNames: default[]
_offset: number = 0
_variants: Variant[]

Methods

  • Returns null | Buffer

    Buffer - If there's 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

  • Internal

    Parameters

    • buf: Buffer
    • start: number
    • end: number

    Returns string[]

  • Internal

    Parameters

    • buf: Buffer
    • offset: number
    • startAtOffset: boolean

    Returns null | ParseValueResult

  • Parameters

    • buf: Buffer
    • offset: number

    Returns number

\ No newline at end of file +

Returns void

\ No newline at end of file diff --git a/development/classes/stream.LcovStreamParser.html b/development/classes/stream.LcovStreamParser.html index 2fe19fb3..8f54a203 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

_current: SectionSummary = ...
_functionMap: FunctionMap = ...
_parser: LcovParser
allowHalfOpen: boolean

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

Constructors

Properties

_current: SectionSummary = ...
_functionMap: FunctionMap = ...
_parser: LcovParser
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 existingDuplex stream instance, but must be changed before the 'end' event is @@ -163,7 +163,7 @@

Since

v13.6.0, v12.17.0

Methods

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

    Returns Promise<void>

    Since

    v20.4.0

    -
  • Returns AsyncIterableIterator<any>

  • Type Parameters

    • K

    Parameters

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

    Returns void

  • Parameters

    • callback: ((error?) => void)
        • (error?): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

    • callback: ((error?) => void)
        • (error?): void
        • Parameters

          • Optional error: 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?) => void)
        • (error?): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Event emitter +

  • Returns AsyncIterableIterator<any>

  • Type Parameters

    • K

    Parameters

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

    Returns void

  • Parameters

    • callback: ((error?) => void)
        • (error?): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

    • callback: ((error?) => void)
        • (error?): void
        • Parameters

          • Optional error: 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?) => void)
        • (error?): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Event emitter The defined events on documents including:

    1. close
    2. @@ -422,7 +422,7 @@

    Parameters

    • stream: ReadableStream

      An "old style" readable stream

    Returns this

    Since

    v0.9.4

    -
  • Parameters

    • chunk: any
    • Optional encoding: BufferEncoding
    • Optional cb: ((error) => void)
        • (error): void
        • Parameters

          • error: undefined | null | Error

          Returns void

    Returns boolean

  • Parameters

    • chunk: any
    • Optional cb: ((error) => void)
        • (error): void
        • Parameters

          • error: undefined | null | Error

          Returns void

    Returns boolean

  • Internal

    Parameters

    • buffer: Buffer

    Returns boolean

  • Experimental

    Listens once to the abort event on the provided signal.

    +
  • Parameters

    • chunk: any
    • Optional encoding: BufferEncoding
    • Optional cb: ((error) => void)
        • (error): void
        • Parameters

          • error: undefined | null | Error

          Returns void

    Returns boolean

  • Parameters

    • chunk: any
    • Optional cb: ((error) => void)
        • (error): void
        • Parameters

          • error: undefined | null | Error

          Returns void

    Returns boolean

  • Internal

    Parameters

    • buffer: Buffer

    Returns boolean

  • Experimental

    Listens once to the abort event on the provided signal.

    Listening to the abort event on abort signals is unsafe and may lead to resource leaks since another third party with the signal can call e.stopImmediatePropagation(). Unfortunately Node.js cannot change @@ -522,6 +522,6 @@

    Deprecated

    Since v3.2.0 - Use listenerCount instead.

Returns boolean

-
\ No newline at end of file diff --git a/development/enums/constants.Variant.html b/development/enums/constants.Variant.html index f861aa03..efcecec2 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: 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.

-
FunctionExecution: 7

Call count for a given function, identified by name.

-
FunctionHit: 8

Number of functions hit.

-
FunctionInstrumented: 9

Number of functions found.

-
FunctionLocation: 10

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

-
LineHit: 11

Number of lines with a non-zero execution count.

-
LineInstrumented: 12

Number of instrumented lines.

-
LineLocation: 13

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

-
None: 0
TestName: 14

The test name.

-
Version: 15

The source code version ID.

-
\ No newline at end of file +
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.

+
FunctionExecution: 7

Call count for a given function, identified by name.

+
FunctionHit: 8

Number of functions hit.

+
FunctionInstrumented: 9

Number of functions found.

+
FunctionLocation: 10

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

+
LineHit: 11

Number of lines with a non-zero execution count.

+
LineInstrumented: 12

Number of instrumented lines.

+
LineLocation: 13

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

+
None: 0

Used for parser.ParseResult#incomplete and parser.ParseResult#done results.

+
TestName: 14

The test name.

+
Version: 15

The source code version ID.

+
\ No newline at end of file diff --git a/development/functions/lib_field_variant.isEmptyField.html b/development/functions/lib_field_variant.isEmptyField.html index 0e3ea653..9e9c6d60 100644 --- a/development/functions/lib_field_variant.isEmptyField.html +++ b/development/functions/lib_field_variant.isEmptyField.html @@ -1,3 +1,3 @@ isEmptyField | LCOV parser
\ No newline at end of file +

Returns variant is EmptyVariants

\ No newline at end of file diff --git a/development/functions/lib_field_variant.isNonEmptyField.html b/development/functions/lib_field_variant.isNonEmptyField.html index f6342ee1..5c0eac93 100644 --- a/development/functions/lib_field_variant.isNonEmptyField.html +++ b/development/functions/lib_field_variant.isNonEmptyField.html @@ -1,3 +1,3 @@ isNonEmptyField | LCOV parser
\ No newline at end of file +

Returns variant is NonEmptyVariants

\ No newline at end of file diff --git a/development/functions/promise.lcovParser.html b/development/functions/promise.lcovParser.html index e6b5a23f..9e494029 100644 --- a/development/functions/promise.lcovParser.html +++ b/development/functions/promise.lcovParser.html @@ -1,3 +1,3 @@ lcovParser | LCOV parser

Function lcovParser

\ No newline at end of file +

Returns Promise<SectionSummary[]>

\ No newline at end of file diff --git a/development/interfaces/index.BranchEntry.html b/development/interfaces/index.BranchEntry.html index 7047213e..165d9245 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.

-
\ No newline at end of file +
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.

+
\ No newline at end of file diff --git a/development/interfaces/index.FieldNames.html b/development/interfaces/index.FieldNames.html index 1b78e81b..a435e475 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
\ No newline at end of file +

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
\ No newline at end of file diff --git a/development/interfaces/index.FunctionEntry.html b/development/interfaces/index.FunctionEntry.html index 2162dad9..1f77b623 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
\ No newline at end of file +
line: number

The associated line number.

+
name: string

Function name

+
\ No newline at end of file diff --git a/development/interfaces/index.LineEntry.html b/development/interfaces/index.LineEntry.html index 62cf0bc6..f93870af 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
\ No newline at end of file +
line: number

The associated line number.

+
\ No newline at end of file diff --git a/development/interfaces/index.SectionSummary.html b/development/interfaces/index.SectionSummary.html index 4640142a..f14a89c2 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.

-
\ No newline at end of file +

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.

+
\ No newline at end of file diff --git a/development/interfaces/index.Summary.html b/development/interfaces/index.Summary.html index 4730b97b..9716e74d 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
\ No newline at end of file +
hit: number

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

+
instrumented: number

The number of branches, functions, or lines found.

+
\ No newline at end of file diff --git a/development/interfaces/parser.ParseResult.html b/development/interfaces/parser.ParseResult.html index 8b8d5d24..dbbd450a 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.

-
\ No newline at end of file +
variant: V

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

+
\ No newline at end of file diff --git a/development/interfaces/promise.Options.html b/development/interfaces/promise.Options.html index 3fb3bf82..3573bf7c 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.

-
\ No newline at end of file +
parser?: LcovParser

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

+
\ No newline at end of file diff --git a/development/interfaces/stream.StreamOptions.html b/development/interfaces/stream.StreamOptions.html index 2b1f3ecc..6b95f4a1 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, callback): void;
    destroy?(this, error, callback): void;
    final?(this, callback): void;
    read?(this, size): void;
    write?(this, chunk, encoding, callback): void;
    writev?(this, chunks, callback): 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, callback): void;
    destroy?(this, error, callback): void;
    final?(this, callback): void;
    read?(this, size): void;
    write?(this, chunk, encoding, callback): void;
    writev?(this, chunks, callback): 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?) => void)
        • (error?): void
        • Parameters

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

    • this: Transform
    • size: number

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

  • Parameters

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

          • Optional error: null | Error

          Returns void

    Returns void

\ No newline at end of file diff --git a/development/modules/constants.html b/development/modules/constants.html index 6a0b69a1..eab83356 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
\ No newline at end of file diff --git a/development/modules/index.html b/development/modules/index.html index 34cb6e1e..31a4b23c 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 086f5f78..9facbad8 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 0e47ef38..d2856a40 100644 --- a/development/modules/parser.html +++ b/development/modules/parser.html @@ -1,3 +1,3 @@ -parser | LCOV parser

Module parser

Index

Classes

LcovParser +parser | LCOV parser
\ No newline at end of file diff --git a/development/modules/promise.html b/development/modules/promise.html index 2b111ed9..dc9d7d98 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
\ No newline at end of file diff --git a/development/modules/stream.html b/development/modules/stream.html index bf12523f..f1b44513 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
\ No newline at end of file diff --git a/development/types/lib_field_variant.EmptyVariants.html b/development/types/lib_field_variant.EmptyVariants.html index aa5ad385..c0f1fe83 100644 --- a/development/types/lib_field_variant.EmptyVariants.html +++ b/development/types/lib_field_variant.EmptyVariants.html @@ -1 +1 @@ -EmptyVariants | LCOV parser
\ No newline at end of file +EmptyVariants | LCOV parser
\ No newline at end of file diff --git a/development/types/lib_field_variant.NonEmptyVariants.html b/development/types/lib_field_variant.NonEmptyVariants.html index ea501421..59e0c5d8 100644 --- a/development/types/lib_field_variant.NonEmptyVariants.html +++ b/development/types/lib_field_variant.NonEmptyVariants.html @@ -1 +1 @@ -NonEmptyVariants | LCOV parser
\ No newline at end of file +NonEmptyVariants | LCOV parser
\ No newline at end of file diff --git a/development/variables/constants.defaultFieldNames.html b/development/variables/constants.defaultFieldNames.html index 794d97d8..bcaf65bb 100644 --- a/development/variables/constants.defaultFieldNames.html +++ b/development/variables/constants.defaultFieldNames.html @@ -1,3 +1,3 @@ defaultFieldNames | LCOV parser
\ No newline at end of file +
\ No newline at end of file