Source file "shaded_package/net/javacrumbs/jsonunit/core/internal/Diff.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 1,620 of 1,620 | 0% | 159 of 159 | 0% | 130 | 130 | 293 | 293 | 48 | 48 |
| compareArrayNodes(Context) | 0% | 0% | 18 | 18 | 40 | 40 | 1 | 1 | ||
| compareNodes(Context) | 0% | 0% | 20 | 20 | 47 | 47 | 1 | 1 | ||
| compareObjectNodes(Context) | 0% | 0% | 7 | 7 | 29 | 29 | 1 | 1 | ||
| compareStringValues(Context) | 0% | 0% | 4 | 4 | 13 | 13 | 1 | 1 | ||
| checkAny(Node.NodeType, Pattern, String, Context) | 0% | 0% | 4 | 4 | 8 | 8 | 1 | 1 | ||
| Diff(Node, Node, Path, Configuration, JsonUnitLogger, JsonUnitLogger, String) | 0% | n/a | 1 | 1 | 14 | 14 | 1 | 1 | ||
| compare() | 0% | 0% | 3 | 3 | 9 | 9 | 1 | 1 | ||
| compareValues(Context, Object, Object) | 0% | 0% | 3 | 3 | 4 | 4 | 1 | 1 | ||
| checkMatcher(Context) | 0% | 0% | 3 | 3 | 10 | 10 | 1 | 1 | ||
| logDifferences() | 0% | 0% | 4 | 4 | 6 | 6 | 1 | 1 | ||
| hasOption(Path, Option) | 0% | 0% | 4 | 4 | 7 | 7 | 1 | 1 | ||
| appendKeysToPrefix(Iterable, Path) | 0% | 0% | 3 | 3 | 9 | 9 | 1 | 1 | ||
| removeNullExtraKeysWhereNeeded(Node, Set, Path) | 0% | 0% | 4 | 4 | 6 | 6 | 1 | 1 | ||
| getFields(Node) | 0% | 0% | 2 | 2 | 7 | 7 | 1 | 1 | ||
| create(Object, Object, String, String, Configuration) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| static {...} | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | ||
| reportMissingValues(Context, List) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| reportExtraValues(Context, List) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| asList(Iterator) | 0% | 0% | 2 | 2 | 6 | 6 | 1 | 1 | ||
| createInternal(Object, Object, String, Path, Configuration, String) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getExtraKeys(Path, Set, Collection) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| getMissingKeysMessage(Set, Path) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getExtraKeysMessage(Set, Path) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| quoteTextValue(Object) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| valueDifferenceFound(Context, String, Object[]) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| commonFields(Map, Map) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| reportDifference(Difference) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| shouldIgnoreElement(Node) | 0% | 0% | 3 | 3 | 1 | 1 | 1 | 1 | ||
| removePathsToBeIgnored(Path, Set) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getMissingKeys(Set, Collection) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| normalize(Node) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| compareArraysIgnoringOrder(List, List, Path) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| structureDifferenceFound(Context, String, Object[]) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| reportValueDifference(Context, String, Object[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| createLogger(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| failOnExtraArrayItems(Path) | 0% | 0% | 2 | 2 | 1 | 1 | 1 | 1 | ||
| failIfDifferent(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| create(Object, Object, String, Path, Configuration) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| differences() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| removeMissingIgnoredElements(Node, Set) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| shouldIgnorePath(Path) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| similar() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| lambda$removePathsToBeIgnored$1(Path, String) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$removeMissingIgnoredElements$0(Node, String) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getDifferences() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| failIfDifferent() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| differenceString() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| toString() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |