Class CoverageBuilder

    • Constructor Detail

      • CoverageBuilder

        public CoverageBuilder()
        Create a new builder.
    • Method Detail

      • getClasses

        public java.util.Collection<IClassCoverage> getClasses()
        Returns all class nodes currently contained in this builder.
        Returns:
        all class nodes
      • getSourceFiles

        public java.util.Collection<ISourceFileCoverage> getSourceFiles()
        Returns all source file nodes currently contained in this builder.
        Returns:
        all source file nodes
      • getBundle

        public IBundleCoverage getBundle​(java.lang.String name)
        Creates a bundle from all nodes currently contained in this bundle.
        Parameters:
        name - Name of the bundle
        Returns:
        bundle containing all classes and source files
      • getNoMatchClasses

        public java.util.Collection<IClassCoverage> getNoMatchClasses()
        Returns all classes for which execution data does not match.
        Returns:
        collection of classes with non-matching execution data
        See Also:
        IClassCoverage.isNoMatch()