Uses of Class
com.parasoft.findings.jenkins.coverage.model.Mutation
Packages that use 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
Methods in com.parasoft.findings.jenkins.coverage.model that return MutationMethods in com.parasoft.findings.jenkins.coverage.model that return types with arguments of type MutationModifier and TypeMethodDescriptionFileNode.getMutations()FileNode.getMutationsPerLine()Returns the lines that contain mutations.FileNode.getSurvivedMutationsPerLine()Returns the lines that contain survived mutations.Methods in com.parasoft.findings.jenkins.coverage.model with parameters of type MutationModifier and TypeMethodDescriptionvoidFileNode.addMutation(Mutation mutation) Adds a mutation to the method.