Source file "org/springframework/expression/spel/standard/Tokenizer.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 1,348 of 1,348 | 0% | 199 of 199 | 0% | 141 | 141 | 266 | 266 | 26 | 26 |
lexNumericLiteral(boolean) | ![]() | 0% | ![]() | 0% | 21 | 21 | 60 | 60 | 1 | 1 |
process() | ![]() | 0% | ![]() | 0% | 50 | 50 | 100 | 100 | 1 | 1 |
static {...} | ![]() | 0% | ![]() | 0% | 6 | 6 | 13 | 13 | 1 | 1 |
lexQuotedStringLiteral() | ![]() | 0% | ![]() | 0% | 5 | 5 | 15 | 15 | 1 | 1 |
lexDoubleQuotedStringLiteral() | ![]() | 0% | ![]() | 0% | 5 | 5 | 15 | 15 | 1 | 1 |
lexIdentifier() | ![]() | 0% | ![]() | 0% | 5 | 5 | 12 | 12 | 1 | 1 |
pushHexIntToken(char[], boolean, int, int) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
isTwoCharToken(TokenKind) | ![]() | 0% | ![]() | 0% | 4 | 4 | 1 | 1 | 1 | 1 |
Tokenizer(String) | ![]() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | |
pushIntToken(char[], boolean, int, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
pushRealToken(char[], boolean, int, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
pushCharToken(TokenKind) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
pushPairToken(TokenKind) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
isIdentifier(char) | ![]() | 0% | ![]() | 0% | 5 | 5 | 1 | 1 | 1 | 1 |
isChar(char, char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 2 | 2 | 1 | 1 |
pushOneCharOrTwoCharToken(TokenKind, int, char[]) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
isDigit(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
isAlphabetic(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
isHexadecimalDigit(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 3 | 3 | 1 | 1 |
raiseParseException(int, SpelMessage, Object[]) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
isExhausted() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
isExponentChar(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
isFloatSuffix(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
isDoubleSuffix(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
isSign(char) | ![]() | 0% | ![]() | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
subarray(int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |