Source file "org/apache/commons/csv/CSVFormat.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 2,598 of 2,598 | 0% | 299 of 299 | 0% | 235 | 235 | 469 | 469 | 84 | 84 |
validate() | ![]() | 0% | ![]() | 0% | 17 | 17 | 21 | 21 | 1 | 1 |
printWithQuotes(Object, CharSequence, Appendable, boolean) | ![]() | 0% | ![]() | 0% | 21 | 21 | 52 | 52 | 1 | 1 |
toString() | ![]() | 0% | ![]() | 0% | 11 | 11 | 31 | 31 | 1 | 1 |
equals(Object) | ![]() | 0% | ![]() | 0% | 25 | 25 | 45 | 45 | 1 | 1 |
hashCode() | ![]() | 0% | ![]() | 0% | 11 | 11 | 15 | 15 | 1 | 1 |
static {...} | ![]() | 0% | n/a | 1 | 1 | 62 | 62 | 1 | 1 | |
printWithEscapes(Reader, Appendable) | ![]() | 0% | ![]() | 0% | 10 | 10 | 22 | 22 | 1 | 1 |
CSVFormat(char, Character, QuoteMode, Character, Character, boolean, boolean, String, String, Object[], String[], boolean, boolean, boolean, boolean, boolean, boolean, boolean) | ![]() | 0% | ![]() | 0% | 2 | 2 | 22 | 22 | 1 | 1 |
printWithEscapes(CharSequence, Appendable) | ![]() | 0% | ![]() | 0% | 10 | 10 | 23 | 23 | 1 | 1 |
printWithQuotes(Reader, Appendable) | ![]() | 0% | ![]() | 0% | 6 | 6 | 21 | 21 | 1 | 1 |
print(Object, Appendable, boolean) | ![]() | 0% | ![]() | 0% | 7 | 7 | 15 | 15 | 1 | 1 |
trim(CharSequence) | ![]() | 0% | ![]() | 0% | 8 | 8 | 10 | 10 | 1 | 1 |
withCommentMarker(Character) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
withDelimiter(char) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
withEscape(Character) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
withQuote(Character) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
print(Object, CharSequence, Appendable, boolean) | ![]() | 0% | ![]() | 0% | 5 | 5 | 12 | 12 | 1 | 1 |
withAllowDuplicateHeaderNames(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withAllowMissingColumnNames(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withAutoFlush(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withHeader(String[]) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withHeaderComments(Object[]) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withIgnoreEmptyLines(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withIgnoreHeaderCase(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withIgnoreSurroundingSpaces(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withNullString(String) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withQuoteMode(QuoteMode) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withRecordSeparator(String) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withSkipHeaderRecord(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withTrailingDelimiter(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withTrim(boolean) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
print(Reader, Appendable, boolean) | ![]() | 0% | ![]() | 0% | 5 | 5 | 10 | 10 | 1 | 1 |
toStringArray(Object[]) | ![]() | 0% | ![]() | 0% | 4 | 4 | 7 | 7 | 1 | 1 |
withHeader(Class) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
withHeader(ResultSetMetaData) | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
format(Object[]) | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
printRecord(Appendable, Object[]) | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
newFormat(char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
println(Appendable) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
print(File, Charset) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isLineBreak(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
isLineBreak(Character) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
getHeader() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
getHeaderComments() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
withHeader(ResultSet) | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
print(Path, Charset) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isCommentMarkerSet() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isEscapeCharacterSet() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isNullStringSet() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isQuoteCharacterSet() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
parse(Reader) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
print(Appendable) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
printer() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withFirstRecordAsHeader() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withCommentMarker(char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withEscape(char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withQuote(char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withRecordSeparator(char) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withSystemRecordSeparator() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
valueOf(String) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withAllowDuplicateHeaderNames() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withAllowMissingColumnNames() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withIgnoreEmptyLines() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withIgnoreHeaderCase() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withIgnoreSurroundingSpaces() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withSkipHeaderRecord() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withTrailingDelimiter() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
withTrim() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getAllowDuplicateHeaderNames() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getAllowMissingColumnNames() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getAutoFlush() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getCommentMarker() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getDelimiter() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getEscapeCharacter() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getIgnoreEmptyLines() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getIgnoreHeaderCase() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getIgnoreSurroundingSpaces() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getNullString() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getQuoteCharacter() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getQuoteMode() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getRecordSeparator() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getSkipHeaderRecord() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getTrailingDelimiter() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
getTrim() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |