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 long
final long
final long
long
getFiles()
final long
getLines()
final long
final long
Gets the position.final long
void
log
(org.apache.maven.plugin.logging.Log log) Create the log output.protected void
onSourceInternal
(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:Logger
Gets the position.- Specified by:
getPosition
in 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:Logger
Create the log output. -
onSourceInternal
Description copied from class:ChainingSourceCallback
On source internal.- Specified by:
onSourceInternal
in classChainingSourceCallback
- Parameters:
source
- the source file- Throws:
ProcessingException
- if further processing of the source failsIOException
- if an I/O error occurs- See Also:
-