Class CoberturaParser

java.lang.Object
org.eluder.coveralls.maven.plugin.parser.AbstractXmlEventParser
org.eluder.coveralls.maven.plugin.parser.CoberturaParser
All Implemented Interfaces:
CoverageParser

@Deprecated(since="5.0.0", forRemoval=true) public class CoberturaParser extends AbstractXmlEventParser
Deprecated, for removal: This API element is subject to removal in a future version.
As Cobertura is no longer maintained, this parser may be dropped in a future release.
The Class CoberturaParser.
  • Field Details

    • source

      protected Source source
      Deprecated, for removal: This API element is subject to removal in a future version.
      The source.
    • inMethods

      protected boolean inMethods
      Deprecated, for removal: This API element is subject to removal in a future version.
      The in methods.
  • Constructor Details

    • CoberturaParser

      public CoberturaParser(File coverageFile, SourceLoader sourceLoader)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Instantiates a new cobertura parser.
      Parameters:
      coverageFile - the coverage file
      sourceLoader - the source loader
  • Method Details