Uses of Package
com.parasoft.findings.jenkins.coverage.model
Package
Description
Contains models to format coverages and aggregate values.
Contains logic and models for visualizing the colored HTML source code files.
New coverage model that tries to replace all the existing functionality with a more versatile model.
Generic coverage model to parse and collect code coverage results of different tools.
-
-
-
ClassDescriptionParses a file and returns the code coverage information in a tree of
Node
instances.ANode
for a specific file.A coverage metric to identify the coverage result type.ANode
which represents a module of a project.A hierarchical decomposition of coverage results.A leaf in the tree. -
ClassDescriptionA
Node
for a specific class.ANode
which represents the top level node in the tree.Value of a code coverage metric.Builder to create cachedCoverage
instances.ANode
for a specific file.Represents the value of an integer based metric.ANode
for a specific method.A coverage metric to identify the coverage result type.Metric tendency: some metrics are getting better when the value is getting larger, some other metrics are getting better when the value is getting smaller.ANode
which represents a module of a project.Class which represents a mutation of the PIT Mutation Testing tool.Builder to create newMutation
instances.Represents all possible outcomes for mutations.A hierarchical decomposition of coverage results.ANode
for a specific package.Represents a coverage percentage value which can be used in order to show and serialize coverage values.A leaf in the tree. -
-
ClassDescriptionParses a file and returns the code coverage information in a tree of
Node
instances.