Class CoverageTracingLogger
java.lang.Object
org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
org.eluder.coveralls.maven.plugin.logging.CoverageTracingLogger
- All Implemented Interfaces:
Logger,SourceCallback
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eluder.coveralls.maven.plugin.logging.Logger
Logger.Position -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal longfinal longfinal longlonggetFiles()final longgetLines()final longfinal longGets the position.final longvoidlog(org.apache.maven.plugin.logging.Log log) Create the log output.protected voidonSourceInternal(Source source) On source internal.Methods inherited from class org.eluder.coveralls.maven.plugin.source.ChainingSourceCallback
onBegin, onBeginInternal, onComplete, onCompleteInternal, onSource
-
Constructor Details
-
CoverageTracingLogger
-
-
Method Details
-
getFiles
public long getFiles() -
getLines
public final long getLines() -
getRelevant
public final long getRelevant() -
getCovered
public final long getCovered() -
getMissed
public final long getMissed() -
getBranches
public final long getBranches() -
getCoveredBranches
public final long getCoveredBranches() -
getMissedBranches
public final long getMissedBranches() -
getPosition
Description copied from interface:LoggerGets the position.- Specified by:
getPositionin interfaceLogger- Returns:
- the position for log output, before or after the Coveralls data writing
-
log
public void log(org.apache.maven.plugin.logging.Log log) Description copied from interface:LoggerCreate the log output. -
onSourceInternal
Description copied from class:ChainingSourceCallbackOn source internal.- Specified by:
onSourceInternalin classChainingSourceCallback- Parameters:
source- the source file- Throws:
ProcessingException- if further processing of the source failsIOException- if an I/O error occurs- See Also:
-