menu
lcov_format package
documentation
lcov.dart
LcovNode
LcovNode.new constructor
LcovNode.new constructor
dark_mode
light_mode
LcovNode
constructor
LcovNode
(
{
required
String
path
,
int
linesFound
=
0
,
int
linesHit
=
0
,
})
Implementation
LcovNode({ required this.path, this.linesFound = 0, this.linesHit = 0, });
lcov_format package
documentation
lcov
LcovNode
LcovNode.new constructor
LcovNode class