public interface CheckSummary
Modifier and Type | Method and Description |
---|---|
int |
getDuplicateBlockCount()
Obtains the number of duplicate blocks.
|
int |
getDuplicateFileCount()
Obtains the number of files containing duplicates.
|
int |
getDuplicateLineCount()
Obtains the number of duplicate lines.
|
int |
getDuplicateLinePercentage()
Obtains the number of duplicate lines as a percentage of duplicate line count.
|
long |
getProcessingTime()
Obtains the processing time (in milliseconds).
|
int |
getTotalFileCount()
Obtains the total number of files processed.
|
int |
getTotalRawLineCount()
Obtains the total number of raw source lines processed.
|
int |
getTotalSignificantLineCount()
Obtains the total number of significant source lines processed.
|
int getDuplicateFileCount()
int getDuplicateLineCount()
int getDuplicateBlockCount()
int getDuplicateLinePercentage()
int getTotalFileCount()
int getTotalRawLineCount()
int getTotalSignificantLineCount()
long getProcessingTime()
Copyright (c) 2003-2018 Simon Harris. All rights reserved.