| parse(String, int, Parser.ParseContext) |   | 60% |   | 63% | 34 | 61 | 32 | 96 | 0 | 1 |
| setEofOnUnclosedBracket(DefaultParser.Bracket[]) |  | 0% |  | 0% | 7 | 7 | 23 | 23 | 1 | 1 |
| isCommentDelim(CharSequence, int, String) |   | 16% |   | 20% | 5 | 6 | 7 | 10 | 0 | 1 |
| getVariable(String) |  | 0% |  | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
| isRawEscapeChar(char) |  | 0% |  | 0% | 4 | 4 | 5 | 5 | 1 | 1 |
| isRawQuoteChar(char) |  | 0% |  | 0% | 4 | 4 | 5 | 5 | 1 | 1 |
| isLineCommentStarted(CharSequence, int) |   | 16% |   | 16% | 3 | 4 | 3 | 5 | 0 | 1 |
| validVariableName(String) |  | 0% |  | 0% | 4 | 4 | 1 | 1 | 1 | 1 |
| validCommandName(String) |  | 0% |  | 0% | 3 | 3 | 1 | 1 | 1 | 1 |
| getCommand(String) |   | 87% |   | 50% | 5 | 6 | 1 | 13 | 0 | 1 |
| lineCommentDelims(String[]) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| blockCommentDelims(DefaultParser.BlockCommentDelims) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| quoteChars(char[]) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| escapeChars(char[]) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| eofOnUnclosedQuote(boolean) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| eofOnUnclosedBracket(DefaultParser.Bracket[]) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| eofOnEscapedNewLine(boolean) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| regexVariable(String) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| regexCommand(String) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| commandGroup(int) |  | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setQuoteChars(char[]) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setEscapeChars(char[]) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setLineCommentDelims(String[]) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setBlockCommentDelims(DefaultParser.BlockCommentDelims) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setEofOnUnclosedQuote(boolean) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setEofOnEscapedNewLine(boolean) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setRegexVariable(String) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setRegexCommand(String) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| setCommandGroup(int) | | 0% | | n/a | 1 | 1 | 2 | 2 | 1 | 1 |
| getQuoteChars() | | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getEscapeChars() | | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getLineCommentDelims() | | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| getBlockCommentDelims() | | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| isEofOnUnclosedQuote() | | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| isEofOnEscapedNewLine() | | 0% | | n/a | 1 | 1 | 1 | 1 | 1 | 1 |
| isQuoteChar(CharSequence, int) |  | 95% |   | 80% | 2 | 6 | 1 | 7 | 0 | 1 |
| isEscapeChar(CharSequence, int) |  | 90% |   | 83% | 1 | 4 | 1 | 4 | 0 | 1 |
| DefaultParser() |  | 100% | | n/a | 0 | 1 | 0 | 10 | 0 | 1 |
| isEscapeChar(char) |  | 100% |   | 83% | 1 | 4 | 0 | 5 | 0 | 1 |
| handleDelimiterAndGetRawWordLength(StringBuilder, List, int, int, int, int) |  | 100% |  | 100% | 0 | 4 | 0 | 6 | 0 | 1 |
| isDelimiter(CharSequence, int) |  | 100% |   | 83% | 1 | 4 | 0 | 1 | 0 | 1 |
| isEscaped(CharSequence, int) |  | 100% |  | 100% | 0 | 2 | 0 | 3 | 0 | 1 |
| isDelimiterChar(CharSequence, int) |  | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
| isQuoted(CharSequence, int) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |