Uses of Class
com.parasoft.findings.jenkins.coverage.model.Mutation
Package
Description
Generic coverage model to parse and collect code coverage results of different tools.
-
Uses of Mutation in com.parasoft.findings.jenkins.coverage.model
Modifier and TypeMethodDescriptionFileNode.getMutations()
FileNode.getMutationsPerLine()
Returns the lines that contain mutations.FileNode.getSurvivedMutationsPerLine()
Returns the lines that contain survived mutations.Modifier and TypeMethodDescriptionvoid
FileNode.addMutation
(Mutation mutation) Adds a mutation to the method.