Search
Preparing search index...
The search index is not available
@open-rpc/typings
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
FileCoverage
Class FileCoverage
Hierarchy
FileCoverage
Implements
FileCoverageData
Index
Constructors
constructor
Properties
b
branch
Map
data
f
fn
Map
path
s
statement
Map
Methods
compute
Branch
Totals
compute
Simple
Totals
get
Branch
Coverage
ByLine
get
Line
Coverage
get
Uncovered
Lines
merge
reset
Hits
toJSON
to
Summary
Constructors
constructor
new
File
Coverage
(
data
:
string
|
FileCoverage
|
FileCoverageData
)
:
FileCoverage
Parameters
data:
string
|
FileCoverage
|
FileCoverageData
Returns
FileCoverage
Properties
b
b
:
{}
Type declaration
[
key:
string
]:
number
[]
branch
Map
branch
Map
:
{}
Type declaration
[
key:
string
]:
BranchMapping
data
data
:
FileCoverageData
f
f
:
{}
Type declaration
[
key:
string
]:
number
fn
Map
fn
Map
:
{}
Type declaration
[
key:
string
]:
FunctionMapping
path
path
:
string
s
s
:
{}
Type declaration
[
key:
string
]:
number
statement
Map
statement
Map
:
{}
Type declaration
[
key:
string
]:
Range
Methods
compute
Branch
Totals
compute
Branch
Totals
(
)
:
Totals
Returns
Totals
compute
Simple
Totals
compute
Simple
Totals
(
)
:
Totals
Returns
Totals
get
Branch
Coverage
ByLine
get
Branch
Coverage
ByLine
(
)
:
{}
Returns
{}
[
line:
number
]:
Coverage
get
Line
Coverage
get
Line
Coverage
(
)
:
{}
Returns
{}
[
line:
number
]:
number
get
Uncovered
Lines
get
Uncovered
Lines
(
)
:
number
[]
Returns
number
[]
merge
merge
(
other
:
FileCoverageData
)
:
void
Parameters
other:
FileCoverageData
Returns
void
reset
Hits
reset
Hits
(
)
:
void
Returns
void
toJSON
toJSON
(
)
:
object
Returns
object
to
Summary
to
Summary
(
)
:
CoverageSummary
Returns
CoverageSummary
Globals
File
Coverage
constructor
b
branch
Map
data
f
fn
Map
path
s
statement
Map
compute
Branch
Totals
compute
Simple
Totals
get
Branch
Coverage
ByLine
get
Line
Coverage
get
Uncovered
Lines
merge
reset
Hits
toJSON
to
Summary