Class SourceFileCoverageImpl

All Implemented Interfaces:
ICoverageNode, ISourceFileCoverage, ISourceNode

public class SourceFileCoverageImpl extends SourceNodeImpl implements ISourceFileCoverage
Implementation of ISourceFileCoverage.
  • Field Details

    • packagename

      private final String packagename
  • Constructor Details

    • SourceFileCoverageImpl

      public SourceFileCoverageImpl(String name, String packagename)
      Creates a source file data object with the given parameters.
      Parameters:
      name - name of the source file
      packagename - vm name of the package the source file belongs to
  • Method Details