Class SourceFileCoverageImpl

    • Field Detail

      • packagename

        private final java.lang.String packagename
    • Constructor Detail

      • SourceFileCoverageImpl

        public SourceFileCoverageImpl​(java.lang.String name,
                                      java.lang.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 Detail

      • getPackageName

        public java.lang.String getPackageName()
        Description copied from interface: ISourceFileCoverage
        Returns the VM name of the package the source file belongs to.
        Specified by:
        getPackageName in interface ISourceFileCoverage
        Returns:
        package name