Warning:
The number of runtime covered functions are larger than the
number of reachable functions. This means that Fuzz Introspector found
there are more functions covered at runtime than what is considered
reachable based on the static analysis. This is a limitation in the
analysis as anything covered at runtime is by definition reachable by the
fuzzers.
This is likely due to a limitation in the static analysis. In this case, the
count of functions covered at runtime is the true value, which means this
is what should be considered "achieved" by the fuzzer.
Use the project functions table below to query all functions that were not covered at runtime.
The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 1957 | 41.9% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 2708 | 58.0% |
All colors | 4665 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
157 | 1683 | [org.joni.ast.CClassNode].addCType(int,boolean,boolean,org.joni.ScanEnvironment,org.jcodings.IntHolder) | call site: 01683 | |
90 | 1931 | [org.joni.Parser].parseExp(org.joni.constants.internal.TokenType) | call site: 01931 | |
88 | 69 | [org.jcodings.specific.UTF8Encoding].length(byte[],int,int) | call site: 00069 | |
70 | 2680 | [org.joni.Parser].parsePosixBracket(org.joni.ast.CClassNode,org.joni.ast.CClassNode) | call site: 02680 | |
66 | 533 | [org.joni.Lexer].fetchTokenFor_xBrace() | call site: 00533 | |
62 | 4600 | [org.joni.UnsetAddrList].fix(org.joni.Regex) | call site: 04600 | |
61 | 299 | [org.jcodings.CodeRange].isInCodeRange(int[],int) | call site: 00299 | |
50 | 18 | [org.joni.Analyser].compile() | call site: 00018 | |
45 | 4071 | [org.joni.Analyser].setOptimizedInfoFromTree(org.joni.ast.Node) | call site: 04071 | |
43 | 164 | [org.joni.Lexer].fetchToken() | call site: 00164 | |
43 | 2243 | [org.joni.Lexer].fetchTokenInCCFor_p() | call site: 02243 | |
43 | 4269 | [org.joni.ArrayCompiler].addBytes(byte[],int,int) | call site: 04269 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
AddrListFixFuzzer | 1 |
org.joni.UnsetAddrList | 3 |
org.joni.Regex | 16 |
org.joni.exception.ValueException | 2 |
org.joni.exception.SyntaxException | 1 |
org.joni.exception.JOniException | 1 |
org.joni.Analyser | 39 |
org.joni.Parser | 38 |
org.joni.Lexer | 41 |
org.joni.Token | 41 |
org.joni.ScannerSupport | 20 |
org.jcodings.IntHolder | 1 |
org.joni.ScanEnvironment | 11 |
org.jcodings.Encoding | 22 |
org.jcodings.specific.EUCKREncoding | 8 |
org.jcodings.MultiByteEncoding | 25 |
org.jcodings.specific.EmacsMuleEncoding | 10 |
org.jcodings.specific.EUCJPEncoding | 9 |
org.jcodings.specific.UTF16BEEncoding | 11 |
org.jcodings.specific.SJISEncoding | 8 |
org.jcodings.unicode.FixedWidthUnicodeEncoding | 6 |
org.jcodings.util.Macros | 5 |
org.jcodings.specific.UTF32LEEncoding | 3 |
org.jcodings.specific.CESU8Encoding | 14 |
org.jcodings.specific.GBKEncoding | 7 |
org.jcodings.specific.UTF8Encoding | 8 |
org.jcodings.specific.UTF16LEEncoding | 11 |
org.jcodings.specific.Windows_31JEncoding | 8 |
org.jcodings.specific.NonStrictUTF8Encoding | 9 |
org.jcodings.specific.EUCTWEncoding | 8 |
org.jcodings.specific.NonStrictEUCJPEncoding | 9 |
org.jcodings.specific.BaseBIG5Encoding | 7 |
org.jcodings.specific.NonStrictSJISEncoding | 8 |
org.jcodings.specific.CP949Encoding | 7 |
org.jcodings.specific.GB18030Encoding | 11 |
org.jcodings.specific.BaseUTF8Encoding | 10 |
org.jcodings.specific.BaseSJISEncoding | 9 |
org.jcodings.specific.BaseEUCJPEncoding | 9 |
org.jcodings.specific.UTF32BEEncoding | 3 |
org.jcodings.SingleByteEncoding | 11 |
org.jcodings.specific.USASCIIEncoding | 3 |
org.joni.Syntax | 79 |
org.jcodings.specific.Windows_1250Encoding | 2 |
org.jcodings.AbstractEncoding | 9 |
org.jcodings.exception.InternalException | 1 |
org.jcodings.exception.JCodingsException | 3 |
org.jcodings.CodeRange | 2 |
org.jcodings.specific.KOI8REncoding | 2 |
org.jcodings.specific.KOI8Encoding | 2 |
org.jcodings.unicode.UnicodeEncoding | 6 |
org.jcodings.unicode.UnicodeCodeRange | 2 |
org.jcodings.util.ArrayReader | 4 |
org.jcodings.ISOEncoding | 2 |
org.jcodings.specific.Windows_1257Encoding | 2 |
org.jcodings.CaseFoldMapEncoding | 6 |
org.jcodings.specific.Windows_1252Encoding | 2 |
org.jcodings.specific.Windows_1254Encoding | 2 |
org.jcodings.specific.KOI8UEncoding | 2 |
org.jcodings.specific.ASCIIEncoding | 2 |
org.jcodings.specific.Windows_1253Encoding | 2 |
org.jcodings.specific.Windows_1251Encoding | 2 |
org.joni.ast.QuantifierNode | 11 |
org.joni.Option | 11 |
org.jcodings.Ptr | 2 |
org.jcodings.util.BytesHash | 5 |
org.jcodings.util.Hash | 6 |
org.jcodings.util.BytesHash$BytesHashEntry | 3 |
org.joni.WarnCallback$1 | 1 |
org.joni.WarnCallback$2 | 1 |
org.joni.ast.AnchorNode | 3 |
org.joni.ast.Node | 6 |
org.joni.ast.EncloseNode | 31 |
org.joni.ast.StateNode | 31 |
org.joni.exception.InternalException | 1 |
org.jcodings.util.Hash$HashEntry | 2 |
org.jcodings.util.IntHash | 2 |
org.jcodings.util.IntHash$IntHashEntry | 1 |
org.jcodings.util.CaseInsensitiveBytesHash | 4 |
org.jcodings.util.CaseInsensitiveBytesHash$CaseInsensitiveBytesHashEntry | 2 |
org.jcodings.util.IntArrayHash | 3 |
org.jcodings.util.IntArrayHash$IntArrayHashEntry | 2 |
org.jcodings.util.ObjHash | 1 |
org.jcodings.util.ObjHash$ObjHashEntry | 1 |
org.joni.NameEntry | 4 |
org.joni.BitStatus | 6 |
org.joni.ast.ListNode | 7 |
org.joni.ast.StringNode | 24 |
org.jcodings.SingleByteEncoding:org.jcodings.specific.USASCIIEncoding | 1 |
org.jcodings.CanBeTrailTableEncoding | 2 |
org.jcodings.EucEncoding | 1 |
org.jcodings.specific.BaseEUCJPEncoding:org.jcodings.specific.EUCKREncoding:org.jcodings.specific.EUCTWEncoding | 1 |
org.joni.ast.CClassNode | 23 |
org.joni.BitSet | 15 |
org.joni.CodeRangeBuffer | 19 |
org.joni.ast.AnyCharNode | 1 |
org.jcodings.SingleByteEncoding:org.jcodings.specific.BaseSJISEncoding:org.jcodings.specific.UTF16BEEncoding:org.jcodings.specific.UTF16LEEncoding:org.jcodings.specific.UTF32BEEncoding:org.jcodings.specific.UTF32LEEncoding | 1 |
org.joni.ast.CTypeNode | 1 |
org.jcodings.exception.CharacterPropertyException | 1 |
org.jcodings.exception.EncodingException | 1 |
org.jcodings.exception.EncodingError | 1 |
org.jcodings.specific.UTF32BEEncoding:org.jcodings.specific.UTF32LEEncoding | 2 |
org.jcodings.unicode.UnicodeEncoding$CTypeName | 1 |
org.joni.ApplyCaseFoldArg | 1 |
org.joni.ApplyCaseFold | 1 |
org.jcodings.specific.ISO8859_1Encoding | 2 |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold11 | 4 |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold12 | 4 |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold13 | 2 |
org.jcodings.specific.ISO8859_11Encoding | 4 |
org.jcodings.specific.ISO8859_6Encoding | 4 |
org.jcodings.specific.ISO8859_8Encoding | 4 |
org.jcodings.ObjPtr | 2 |
org.joni.ast.CClassNode$CCStateArg | 1 |
org.joni.ast.BackRefNode | 9 |
org.joni.ast.CallNode | 4 |
org.hamcrest.internal.ArrayIterator | 2 |
org.hamcrest.internal.SelfDescribingValueIterator | 2 |
org.jcodings.util.Hash$HashEntryIterator:org.jcodings.util.Hash$HashIterator | 2 |
org.jcodings.util.Hash$HashIterator | 3 |
org.jcodings.util.Hash$HashEntryIterator | 2 |
org.jcodings.util.CaseInsensitiveBytesHash$CaseInsensitiveBytesHashEntryIterator | 1 |
org.hamcrest.internal.SelfDescribingValue | 1 |
org.joni.MinMaxLen | 12 |
org.joni.ast.Node$TopNode | 3 |
org.joni.Matcher | 1 |
org.joni.ast.AnchorNode:org.joni.ast.CallNode:org.joni.ast.EncloseNode:org.joni.ast.ListNode:org.joni.ast.Node:org.joni.ast.Node$TopNode:org.joni.ast.QuantifierNode | 1 |
org.jcodings.CaseFoldCodeItem | 4 |
org.jcodings.specific.ISO8859_7Encoding | 2 |
org.jcodings.specific.ISO8859_5Encoding | 2 |
org.jcodings.Encoding:org.jcodings.specific.BaseSJISEncoding | 1 |
org.jcodings.SingleByteEncoding:org.jcodings.unicode.FixedWidthUnicodeEncoding | 1 |
org.joni.NodeOptInfo | 6 |
org.joni.OptAnchorInfo | 10 |
org.joni.OptExactInfo | 9 |
org.joni.OptMapInfo | 8 |
org.joni.OptEnvironment | 2 |
org.joni.Search$12 | 1 |
org.joni.Search$5 | 1 |
org.joni.Search$9 | 1 |
org.joni.Search$11 | 1 |
org.joni.Search$13 | 1 |
org.joni.Search$3 | 1 |
org.joni.Search$14 | 1 |
org.joni.Search$16 | 1 |
org.joni.Search$7 | 1 |
org.joni.Search$1 | 1 |
org.joni.ArrayCompiler | 47 |
org.joni.Compiler | 8 |
org.jcodings.SingleByteEncoding:org.jcodings.specific.USASCIIEncoding:org.joni.ast.StringNode | 1 |
org.joni.ByteCodePrinter | 7 |
com.code_intelligence.jazzer.api.FuzzedDataProvider | 1 |
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The distribution of callsites in terms of coloring is
Color | Runtime hitcount | Callsite count | Percentage |
---|---|---|---|
red | 0 | 1972 | 42.0% |
gold | [1:9] | 0 | 0.0% |
yellow | [10:29] | 0 | 0.0% |
greenyellow | [30:49] | 0 | 0.0% |
lawngreen | 50+ | 2713 | 57.9% |
All colors | 4685 | 100 |
The following nodes represent call sites where fuzz blockers occur.
Amount of callsites blocked | Calltree index | Parent function | Callsite | Largest blocked function |
---|---|---|---|---|
157 | 1684 | [org.joni.ast.CClassNode].addCType(int,boolean,boolean,org.joni.ScanEnvironment,org.jcodings.IntHolder) | call site: 01684 | |
108 | 50 | [org.jcodings.specific.UTF8Encoding].length(byte[],int,int) | call site: 00050 | |
90 | 1932 | [org.joni.Parser].parseExp(org.joni.constants.internal.TokenType) | call site: 01932 | |
70 | 2681 | [org.joni.Parser].parsePosixBracket(org.joni.ast.CClassNode,org.joni.ast.CClassNode) | call site: 02681 | |
66 | 534 | [org.joni.Lexer].fetchTokenFor_xBrace() | call site: 00534 | |
62 | 4602 | [org.joni.UnsetAddrList].fix(org.joni.Regex) | call site: 04602 | |
56 | 280 | [org.joni.Lexer].fetchRangeQuantifier() | call site: 00280 | |
45 | 4073 | [org.joni.Analyser].setOptimizedInfoFromTree(org.joni.ast.Node) | call site: 04073 | |
43 | 165 | [org.joni.Lexer].fetchToken() | call site: 00165 | |
43 | 2244 | [org.joni.Lexer].fetchTokenInCCFor_p() | call site: 02244 | |
43 | 4271 | [org.joni.ArrayCompiler].addBytes(byte[],int,int) | call site: 04271 | |
41 | 3249 | [org.jcodings.util.IntArrayHash].get(int[]) | call site: 03249 |
Function name | source code lines | source lines hit | percentage hit |
---|
filename | functions hit |
---|---|
RegexMatcherFuzzer | 1 |
com.code_intelligence.jazzer.api.FuzzedDataProvider | 4 |
org.joni.Regex | 17 |
org.joni.exception.ValueException | 2 |
org.joni.exception.SyntaxException | 1 |
org.joni.exception.JOniException | 1 |
org.joni.Analyser | 39 |
org.joni.Parser | 38 |
org.joni.Lexer | 41 |
org.joni.Token | 41 |
org.joni.ScannerSupport | 20 |
org.jcodings.IntHolder | 1 |
org.joni.ScanEnvironment | 11 |
org.jcodings.Encoding | 23 |
org.jcodings.specific.BaseSJISEncoding | 9 |
org.jcodings.MultiByteEncoding | 25 |
org.jcodings.specific.SJISEncoding | 8 |
org.jcodings.specific.EmacsMuleEncoding | 10 |
org.jcodings.unicode.FixedWidthUnicodeEncoding | 6 |
org.jcodings.util.Macros | 5 |
org.jcodings.specific.UTF32LEEncoding | 3 |
org.jcodings.specific.UTF16LEEncoding | 11 |
org.jcodings.specific.UTF8Encoding | 8 |
org.jcodings.specific.EUCJPEncoding | 9 |
org.jcodings.specific.NonStrictEUCJPEncoding | 9 |
org.jcodings.specific.BaseBIG5Encoding | 7 |
org.jcodings.specific.UTF16BEEncoding | 11 |
org.jcodings.specific.EUCTWEncoding | 8 |
org.jcodings.specific.Windows_31JEncoding | 8 |
org.jcodings.specific.EUCKREncoding | 8 |
org.jcodings.specific.CP949Encoding | 7 |
org.jcodings.specific.GB18030Encoding | 11 |
org.jcodings.specific.CESU8Encoding | 14 |
org.jcodings.specific.GBKEncoding | 7 |
org.jcodings.specific.NonStrictUTF8Encoding | 9 |
org.jcodings.specific.NonStrictSJISEncoding | 8 |
org.jcodings.SingleByteEncoding | 11 |
org.jcodings.specific.BaseEUCJPEncoding | 9 |
org.jcodings.specific.BaseUTF8Encoding | 10 |
org.jcodings.specific.UTF32BEEncoding | 3 |
org.jcodings.specific.USASCIIEncoding | 3 |
org.joni.Syntax | 79 |
org.jcodings.AbstractEncoding | 9 |
org.jcodings.specific.KOI8Encoding | 2 |
org.jcodings.specific.Windows_1254Encoding | 2 |
org.jcodings.exception.InternalException | 1 |
org.jcodings.exception.JCodingsException | 3 |
org.jcodings.CodeRange | 2 |
org.jcodings.specific.Windows_1250Encoding | 2 |
org.jcodings.specific.ASCIIEncoding | 2 |
org.jcodings.unicode.UnicodeEncoding | 6 |
org.jcodings.unicode.UnicodeCodeRange | 2 |
org.jcodings.util.ArrayReader | 4 |
org.jcodings.ISOEncoding | 2 |
org.jcodings.CaseFoldMapEncoding | 6 |
org.jcodings.specific.Windows_1251Encoding | 2 |
org.jcodings.specific.Windows_1252Encoding | 2 |
org.jcodings.specific.KOI8REncoding | 2 |
org.jcodings.specific.Windows_1253Encoding | 2 |
org.jcodings.specific.KOI8UEncoding | 2 |
org.jcodings.specific.Windows_1257Encoding | 2 |
org.joni.ast.QuantifierNode | 11 |
org.joni.Option | 11 |
org.jcodings.Ptr | 2 |
org.jcodings.util.BytesHash | 5 |
org.jcodings.util.Hash | 6 |
org.jcodings.util.BytesHash$BytesHashEntry | 3 |
org.joni.WarnCallback$1 | 1 |
org.joni.WarnCallback$2 | 1 |
org.joni.ast.AnchorNode | 3 |
org.joni.ast.Node | 6 |
org.joni.ast.EncloseNode | 31 |
org.joni.ast.StateNode | 31 |
org.joni.exception.InternalException | 1 |
org.jcodings.util.IntArrayHash | 3 |
org.jcodings.util.IntArrayHash$IntArrayHashEntry | 2 |
org.jcodings.util.Hash$HashEntry | 2 |
org.jcodings.util.IntHash | 2 |
org.jcodings.util.IntHash$IntHashEntry | 1 |
org.jcodings.util.ObjHash | 1 |
org.jcodings.util.ObjHash$ObjHashEntry | 1 |
org.jcodings.util.CaseInsensitiveBytesHash | 4 |
org.jcodings.util.CaseInsensitiveBytesHash$CaseInsensitiveBytesHashEntry | 2 |
org.joni.NameEntry | 4 |
org.joni.BitStatus | 6 |
org.joni.ast.ListNode | 7 |
org.joni.ast.StringNode | 24 |
org.jcodings.SingleByteEncoding:org.jcodings.specific.USASCIIEncoding | 1 |
org.jcodings.CanBeTrailTableEncoding | 2 |
org.jcodings.EucEncoding | 1 |
org.jcodings.specific.BaseEUCJPEncoding:org.jcodings.specific.EUCKREncoding:org.jcodings.specific.EUCTWEncoding | 1 |
org.joni.ast.CClassNode | 23 |
org.joni.BitSet | 15 |
org.joni.CodeRangeBuffer | 19 |
org.joni.ast.AnyCharNode | 1 |
org.jcodings.SingleByteEncoding:org.jcodings.specific.BaseSJISEncoding:org.jcodings.specific.UTF16BEEncoding:org.jcodings.specific.UTF16LEEncoding:org.jcodings.specific.UTF32BEEncoding:org.jcodings.specific.UTF32LEEncoding | 1 |
org.joni.ast.CTypeNode | 1 |
org.jcodings.specific.UTF32BEEncoding:org.jcodings.specific.UTF32LEEncoding | 2 |
org.jcodings.exception.CharacterPropertyException | 1 |
org.jcodings.exception.EncodingException | 1 |
org.jcodings.exception.EncodingError | 1 |
org.jcodings.unicode.UnicodeEncoding$CTypeName | 1 |
org.joni.ApplyCaseFoldArg | 1 |
org.jcodings.specific.ISO8859_6Encoding | 4 |
org.joni.ApplyCaseFold | 1 |
org.jcodings.specific.ISO8859_11Encoding | 4 |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold11 | 4 |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold12 | 4 |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold13 | 2 |
org.jcodings.specific.ISO8859_1Encoding | 2 |
org.jcodings.specific.ISO8859_8Encoding | 4 |
org.jcodings.ObjPtr | 2 |
org.joni.ast.CClassNode$CCStateArg | 1 |
org.joni.ast.BackRefNode | 9 |
org.joni.ast.CallNode | 4 |
org.hamcrest.internal.ArrayIterator | 2 |
org.jcodings.util.Hash$HashEntryIterator | 2 |
org.hamcrest.internal.SelfDescribingValueIterator | 2 |
org.jcodings.util.Hash$HashEntryIterator:org.jcodings.util.Hash$HashIterator | 2 |
org.jcodings.util.Hash$HashIterator | 3 |
org.jcodings.util.CaseInsensitiveBytesHash$CaseInsensitiveBytesHashEntryIterator | 1 |
org.hamcrest.internal.SelfDescribingValue | 1 |
org.joni.UnsetAddrList | 3 |
org.joni.MinMaxLen | 12 |
org.joni.ast.Node$TopNode | 3 |
org.joni.Matcher | 2 |
org.joni.ast.AnchorNode:org.joni.ast.CallNode:org.joni.ast.EncloseNode:org.joni.ast.ListNode:org.joni.ast.Node:org.joni.ast.Node$TopNode:org.joni.ast.QuantifierNode | 1 |
org.jcodings.CaseFoldCodeItem | 4 |
org.jcodings.specific.ISO8859_7Encoding | 2 |
org.jcodings.specific.ISO8859_5Encoding | 2 |
org.jcodings.SingleByteEncoding:org.jcodings.unicode.FixedWidthUnicodeEncoding | 1 |
org.joni.NodeOptInfo | 6 |
org.joni.OptAnchorInfo | 10 |
org.joni.OptExactInfo | 9 |
org.joni.OptMapInfo | 8 |
org.joni.OptEnvironment | 2 |
org.joni.Search$14 | 1 |
org.joni.Search$7 | 1 |
org.joni.Search$9 | 1 |
org.joni.Search$16 | 1 |
org.joni.Search$5 | 1 |
org.joni.Search$11 | 1 |
org.joni.Search$13 | 1 |
org.joni.Search$3 | 1 |
org.joni.Search$1 | 1 |
org.joni.Search$12 | 1 |
org.joni.ArrayCompiler | 47 |
org.joni.Compiler | 8 |
org.jcodings.SingleByteEncoding:org.jcodings.specific.USASCIIEncoding:org.joni.ast.StringNode | 1 |
org.joni.ByteCodePrinter | 7 |
org.joni.MatcherFactory$1 | 1 |
org.joni.ByteCodeMachine | 1 |
org.joni.StackMachine | 3 |
org.joni.StackEntry | 1 |
org.joni.SCStackEntry | 1 |
org.joni.Region | 2 |
org.joni.SingleRegion | 1 |
org.joni.MultiRegion | 1 |
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
[org.joni.Parser].parseBranch(org.joni.constants.internal.TokenType)
|
org.joni.Parser | 1 | ['org.joni.constants.internal.TokenType'] | 20 | 0 | 47 | 15 | 3 | 988 | 6 | 505 | 505 |
[org.joni.Analyser].setupTree(org.joni.ast.Node,int)
|
org.joni.Analyser | 2 | ['org.joni.ast.Node', 'int'] | 8 | 0 | 294 | 100 | 6 | 452 | 2 | 243 | 139 |
[org.junit.internal.Throwables].getCauseStackTraceLines(java.lang.Throwable)
|
org.junit.internal.Throwables | 1 | ['java.lang.Throwable'] | 19 | 0 | 32 | 13 | 3 | 260 | 20 | 125 | 123 |
[org.joni.Analyser].setOptimizedInfoFromTree(org.joni.ast.Node)
|
org.joni.Analyser | 1 | ['org.joni.ast.Node'] | 8 | 0 | 123 | 18 | 1 | 341 | 1 | 188 | 104 |
[org.joni.ArrayCompiler].compileCECQuantifierNode(org.joni.ast.QuantifierNode)
|
org.joni.ArrayCompiler | 1 | ['org.joni.ast.QuantifierNode'] | 8 | 0 | 162 | 65 | 1 | 169 | 0 | 82 | 37 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This section shows analysis of runtime coverage data.
For futher technical details on how this section is generated, please see the Glossary .
Func name | Function total lines | Lines covered at runtime | percentage covered | Reached by fuzzers |
---|---|---|---|---|
[org.joni.ast.CClassNode].addCType(int,boolean,boolean,org.joni.ScanEnvironment,org.jcodings.IntHolder) | 53 | 26 | 49.05% | [] |
[org.jcodings.specific.ISO8859_14Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 43 | 0 | 0.0% | [] |
[org.jcodings.specific.Windows_1250Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 34 | 0 | 0.0% | [] |
[org.joni.StackEntry].getAbsentEndStr() | 66 | 1 | 1.515% | [] |
[org.junit.rules.ExpectedException].access$100(org.junit.rules.ExpectedException) | 40 | 0 | 0.0% | [] |
[org.joni.ByteCodeMachine].debugMatchLoop() | 1245 | 6 | 0.481% | [] |
[org.jcodings.spi.ISO_8859_16].newEncoder() | 101 | 0 | 0.0% | [] |
[org.junit.Assert].isEquals(java.lang.Object,java.lang.Object) | 134 | 0 | 0.0% | [] |
[org.junit.experimental.theories.ParameterSignature].getAnnotation(java.lang.Class) | 49 | 0 | 0.0% | [] |
[org.junit.internal.runners.JUnit38ClassRunner].getTest() | 85 | 0 | 0.0% | [] |
[org.junit.internal.runners.statements.FailOnTimeout].access$600(org.junit.internal.runners.statements.FailOnTimeout) | 106 | 0 | 0.0% | [] |
[junit.textui.TestRunner].setPrinter(junit.textui.ResultPrinter) | 76 | 0 | 0.0% | [] |
[org.junit.internal.runners.JUnit4ClassRunner].getTestClass() | 57 | 0 | 0.0% | [] |
[org.junit.runners.model.TestClass].isANonStaticInnerClass() | 57 | 0 | 0.0% | [] |
[org.junit.runners.model.TestClass].getName() | 42 | 0 | 0.0% | [] |
[org.joni.Regex].optimizeInfoToString() | 34 | 0 | 0.0% | [] |
[org.hamcrest.core.AllOf].describeTo(org.hamcrest.Description) | 34 | 0 | 0.0% | [] |
[org.junit.runner.notification.RunNotifier].access$100(org.junit.runner.notification.RunNotifier,java.util.List,java.util.List) | 77 | 0 | 0.0% | [] |
[org.joni.ArrayCompiler].compileCECLengthQuantifierNode(org.joni.ast.QuantifierNode) | 39 | 0 | 0.0% | [] |
[org.joni.ArrayCompiler].compileCECQuantifierNode(org.joni.ast.QuantifierNode) | 76 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_7Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 34 | 0 | 0.0% | [] |
[org.jcodings.specific.GB18030Encoding].leftAdjustCharHead(byte[],int,int,int) | 136 | 0 | 0.0% | [] |
[org.junit.experimental.max.MaxCore].findLeaves(org.junit.runner.Description,org.junit.runner.Description,java.util.List) | 46 | 0 | 0.0% | [] |
[org.joni.Lexer].fetchNameForNoNamedGroup(int,boolean) | 38 | 0 | 0.0% | [] |
[org.jcodings.transcode.TranscodeFunctions].universalNewlineFinish(byte[],byte[],int,int) | 769 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_15Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 40 | 0 | 0.0% | [] |
[org.junit.experimental.theories.internal.Assignments].getArgumentStrings(boolean) | 48 | 0 | 0.0% | [] |
[org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters].access$000(org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters) | 86 | 0 | 0.0% | [] |
[org.junit.experimental.categories.Categories].access$200(java.util.Set,java.lang.Class) | 102 | 0 | 0.0% | [] |
[org.jcodings.specific.Windows_1254Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 38 | 0 | 0.0% | [] |
[org.junit.ComparisonFailure].getMessage() | 38 | 0 | 0.0% | [] |
[org.junit.experimental.max.MaxHistory].access$000(org.junit.experimental.max.MaxHistory) | 57 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_13Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 34 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_10Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 34 | 0 | 0.0% | [] |
[org.junit.runners.Parameterized].validatePublicStaticVoidMethods(java.lang.Class,java.lang.Integer,java.util.List) | 90 | 0 | 0.0% | [] |
[org.junit.internal.runners.MethodRoadie].addFailure(java.lang.Throwable) | 85 | 0 | 0.0% | [] |
[org.jcodings.transcode.Transcoding].toString() | 298 | 0 | 0.0% | [] |
[org.junit.runner.notification.SynchronizedRunListener].testIgnored(org.junit.runner.Description) | 40 | 0 | 0.0% | [] |
[org.junit.internal.runners.MethodValidator].validateTestMethods(java.lang.Class,boolean) | 40 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_3Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 40 | 0 | 0.0% | [] |
[org.junit.experimental.theories.internal.SpecificDataPointsSupplier].getDataPointsMethods(org.junit.experimental.theories.ParameterSignature) | 38 | 0 | 0.0% | [] |
[org.junit.experimental.theories.internal.AllMembersSupplier].access$000(java.lang.Class[],java.lang.Object) | 89 | 0 | 0.0% | [] |
[junit.framework.TestResult].wasSuccessful() | 57 | 0 | 0.0% | [] |
[org.jcodings.util.ObjHash].init() | 47 | 0 | 0.0% | [] |
[org.junit.runner.JUnitCommandLineParseResult].applyFilterSpecs(org.junit.runner.Request) | 53 | 0 | 0.0% | [] |
[org.jcodings.transcode.TranscoderDB].asciiCompatibleEncoding(byte[]) | 148 | 0 | 0.0% | [] |
[org.junit.runners.RuleContainer].getSortedRules() | 39 | 0 | 0.0% | [] |
[org.junit.internal.management.ReflectiveThreadMXBean].isThreadCpuTimeSupported() | 37 | 0 | 0.0% | [] |
[org.junit.validator.AnnotationsValidator].validateTestClass(org.junit.runners.model.TestClass) | 33 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_4Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 36 | 0 | 0.0% | [] |
[org.jcodings.transcode.TranscoderList].getInstance(java.lang.String) | 235 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_9Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 38 | 0 | 0.0% | [] |
[junit.framework.TestSuite].isTestMethod(java.lang.reflect.Method) | 71 | 0 | 0.0% | [] |
[junit.textui.ResultPrinter].startTest(junit.framework.Test) | 54 | 0 | 0.0% | [] |
[org.hamcrest.core.AnyOf].describeTo(org.hamcrest.Description) | 34 | 0 | 0.0% | [] |
[org.joni.Search].access$000(byte[],int,int,byte[],int,int,org.jcodings.Encoding,byte[],int) | 370 | 19 | 5.135% | [] |
[org.junit.internal.runners.rules.RuleMemberValidator].access$1400(org.junit.runners.model.FrameworkMember) | 61 | 0 | 0.0% | [] |
[org.joni.Analyser].setupCombExpCheck(org.joni.ast.Node,int) | 57 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_16Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 43 | 0 | 0.0% | [] |
[org.jcodings.transcode.EConv].toString() | 423 | 0 | 0.0% | [] |
[org.junit.experimental.theories.Theories].methodBlock(org.junit.runners.model.FrameworkMethod) | 106 | 0 | 0.0% | [] |
[org.joni.ByteCodePrinter].compiledByteCodeToString(java.lang.StringBuilder,int) | 208 | 0 | 0.0% | [] |
[org.junit.runners.model.FrameworkMethod].access$000(org.junit.runners.model.FrameworkMethod) | 40 | 0 | 0.0% | [] |
[org.jcodings.EncodingList].getInstance(java.lang.String) | 45 | 2 | 4.444% | [] |
[org.junit.rules.ErrorCollector].checkThrows(java.lang.Class,org.junit.function.ThrowingRunnable) | 33 | 0 | 0.0% | [] |
[junit.framework.Assert].failNotEquals(java.lang.String,java.lang.Object,java.lang.Object) | 98 | 0 | 0.0% | [] |
[org.junit.internal.runners.TestClass].getName() | 39 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_1Encoding].caseFoldCodesByString(int,byte[],int,int) | 61 | 0 | 0.0% | [] |
[org.hamcrest.CoreMatchers].endsWith(java.lang.String) | 43 | 0 | 0.0% | [] |
[org.jcodings.specific.Windows_1253Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 42 | 0 | 0.0% | [] |
[org.junit.runner.Result].wasSuccessful() | 49 | 0 | 0.0% | [] |
[org.junit.rules.Stopwatch].access$300(org.junit.rules.Stopwatch) | 38 | 0 | 0.0% | [] |
[org.jcodings.specific.ISO8859_2Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 33 | 0 | 0.0% | [] |
[org.junit.runners.BlockJUnit4ClassRunner].access$100() | 123 | 0 | 0.0% | [] |
[org.junit.internal.runners.ClassRoadie].runAfters() | 37 | 0 | 0.0% | [] |
[org.junit.rules.TemporaryFolder].recursiveDelete(java.io.File) | 105 | 0 | 0.0% | [] |
[org.junit.rules.Timeout].apply(org.junit.runners.model.Statement,org.junit.runner.Description) | 36 | 0 | 0.0% | [] |
[org.jcodings.specific.Windows_1252Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 32 | 0 | 0.0% | [] |
[org.jcodings.specific.Windows_1257Encoding].caseMap(org.jcodings.IntHolder,byte[],org.jcodings.IntHolder,int,byte[],int,int) | 36 | 0 | 0.0% | [] |
[org.junit.internal.runners.ErrorReportingRunner].runCause(java.lang.Throwable,org.junit.runner.notification.RunNotifier) | 39 | 0 | 0.0% | [] |
This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link
Source file | Reached by | Covered by |
---|---|---|
org.junit.validator.PublicClassValidator | [] | [] |
org.hamcrest.Description$NullDescription | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$MethodMustBeATestRule | [] | [] |
java.util.concurrent.Callable | [] | [] |
org.junit.runner.manipulation.Orderer | [] | [] |
org.junit.internal.runners.JUnit38ClassRunner$OldTestClassAdaptingListener | [] | [] |
org.jcodings.transcode.specific.Sjis2eucjp_Transcoder | [] | [] |
junit.textui.TestRunner | [] | [] |
junit.framework.JUnit4TestAdapter | [] | [] |
org.junit.runners.BlockJUnit4ClassRunner$1 | [] | [] |
org.jcodings.util.ObjHash$ObjHashEntry | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.ISO8859_3Encoding | [] | [] |
org.junit.rules.TestWatcher$1 | [] | [] |
org.jcodings.specific.KOI8Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.categories.Categories | [] | [] |
org.jcodings.specific.KOI8UEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.OptExactInfo | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.EncodingDB | [] | [] |
org.jcodings.specific.ISO8859_14Encoding | [] | [] |
org.junit.runners.model.FrameworkMethod | [] | [] |
org.junit.runner.manipulation.Ordering$1 | [] | [] |
org.hamcrest.core.StringStartsWith | [] | [] |
org.junit.internal.management.ManagementFactory$FactoryHolder | [] | [] |
org.jcodings.transcode.specific.Cp50221_encoder_Transcoder | [] | [] |
org.jcodings.specific.ISO8859_11Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.MinMaxLen | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.Throwables$State$4 | [] | [] |
org.junit.runner.FilterFactoryParams | [] | [] |
org.junit.internal.matchers.StacktracePrintingMatcher | [] | [] |
org.junit.internal.AssumptionViolatedException | [] | [] |
org.jcodings.specific.ISO8859_16Encoding | [] | [] |
org.jcodings.EncodingDB$Entry | [] | [] |
org.jcodings.specific.ISO8859_15Encoding | [] | [] |
org.hamcrest.core.AnyOf | [] | [] |
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters$RunBeforeParams | [] | [] |
org.junit.internal.requests.FilterRequest | [] | [] |
org.joni.Search$16 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.results.FailureList | [] | [] |
org.hamcrest.core.IsEqual | [] | [] |
org.junit.internal.MethodSorter$1 | [] | [] |
junit.framework.TestSuite$1 | [] | [] |
org.joni.MatcherFactory$1 | ['RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.statements.FailOnTimeout | [] | [] |
org.junit.experimental.categories.Categories$CategoryFilter | [] | [] |
org.jcodings.transcode.specific.Eucjp2sjis_Transcoder | [] | [] |
org.joni.NameEntry | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.JUnit4ClassRunner$1 | [] | [] |
org.jcodings.specific.Windows_1250Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.EUCKREncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.ComparisonFailure | [] | [] |
org.jcodings.util.CaseInsensitiveBytesHash | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.runners.Enclosed | [] | [] |
junit.framework.ComparisonFailure | [] | [] |
org.junit.runner.notification.RunNotifier$7 | [] | [] |
org.jcodings.util.BytesHash | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.BitSet | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.TranscoderDB$Entry | [] | [] |
org.junit.internal.builders.IgnoredClassRunner | [] | [] |
org.junit.rules.RuleChain | [] | [] |
org.joni.ast.EncloseNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.Parameterized$AssumptionViolationRunner | [] | [] |
org.jcodings.specific.EUCTWEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.requests.ClassRequest$CustomAllDefaultPossibilitiesBuilder | [] | [] |
org.junit.Assert | [] | [] |
org.joni.Search$11 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.ClassRoadie | [] | [] |
org.junit.experimental.results.ResultMatchers$2 | [] | [] |
org.junit.internal.runners.JUnit4ClassRunner$2 | [] | [] |
org.joni.Search$8 | [] | [] |
org.jcodings.transcode.EConvResult | [] | [] |
org.junit.runners.model.TestClass$2 | [] | [] |
org.joni.ast.StringNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParametersFactory | [] | [] |
org.joni.Search$4 | [] | [] |
org.junit.experimental.max.MaxHistory$RememberingListener | [] | [] |
org.joni.Token | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.theories.suppliers.TestedOnSupplier | [] | [] |
org.junit.rules.Verifier$1 | [] | [] |
org.hamcrest.core.DescribedAs | [] | [] |
org.junit.rules.DisableOnDebug | [] | [] |
org.junit.internal.ArrayComparisonFailure | [] | [] |
org.joni.SingleRegion | ['RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.TranscoderDB$1 | [] | [] |
org.jcodings.transcode.AsciiCompatibility | [] | [] |
org.jcodings.CodeRange | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.specific.Cp50220_decoder_Transcoder | [] | [] |
org.hamcrest.internal.SelfDescribingValue | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.framework.Assert | [] | [] |
org.joni.Search$13 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.Search$12 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runner.Result$Listener | [] | [] |
org.junit.runner.notification.RunNotifier | [] | [] |
org.junit.experimental.categories.ExcludeCategories | [] | [] |
org.junit.runner.Request$1 | [] | [] |
org.junit.internal.runners.JUnit38ClassRunner | [] | [] |
org.junit.runner.JUnitCore | [] | [] |
org.joni.ast.AnyCharNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.TranscodeFunctions | [] | [] |
org.joni.ast.QuantifierNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.Assume | [] | [] |
org.junit.runner.FilterFactories | [] | [] |
org.hamcrest.core.CombinableMatcher$CombinableBothMatcher | [] | [] |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold11 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.NonStrictEUCJPEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters$InjectionType | [] | [] |
org.junit.internal.runners.JUnit4ClassRunner | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$MethodMustBeARule | [] | [] |
org.junit.runner.notification.RunNotifier$6 | [] | [] |
org.jcodings.transcode.Buffer | [] | [] |
org.junit.experimental.ParallelComputer | [] | [] |
org.junit.internal.Throwables$State$1 | [] | [] |
org.junit.internal.matchers.ThrowableMessageMatcher | [] | [] |
org.jcodings.specific.ISO8859_2Encoding | [] | [] |
org.joni.Search | [] | [] |
org.junit.runners.ParentRunner$ClassRuleCollector | [] | [] |
org.joni.ByteCodeMachine | ['RegexMatcherFuzzer'] | [] |
org.jcodings.util.CaseInsensitiveBytesHash$CaseInsensitiveBytesHashEntry | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.hamcrest.core.IsAnything | [] | [] |
org.hamcrest.core.Every | [] | [] |
org.junit.runners.RuleContainer | [] | [] |
org.junit.internal.builders.AnnotatedBuilder | [] | [] |
org.junit.rules.TemporaryFolder | [] | [] |
java.lang.Runnable | [] | [] |
org.junit.internal.Throwables$1 | [] | [] |
junit.runner.Version | [] | [] |
org.junit.rules.Timeout$1 | [] | [] |
org.joni.ast.QuantifierNode$ReduceType | [] | [] |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold13 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.model.EachTestNotifier | [] | [] |
org.junit.rules.Stopwatch$InternalWatcher | [] | [] |
org.jcodings.specific.Windows_1251Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runner.notification.RunNotifier$8 | [] | [] |
org.jcodings.specific.KOI8REncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.theories.internal.ParameterizedAssertionError | [] | [] |
org.joni.CodeRangeBuffer | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.Lexer | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.theories.ParameterSignature | [] | [] |
org.junit.validator.AnnotationsValidator$ClassValidator | [] | [] |
org.junit.runners.RuleContainer$1 | [] | [] |
org.junit.internal.management.FakeThreadMXBean | [] | [] |
org.hamcrest.Condition$Matched | [] | [] |
org.jcodings.specific.Windows_1254Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.OptEnvironment | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.management.FakeRuntimeMXBean | [] | [] |
org.junit.internal.builders.NullBuilder | [] | [] |
org.jcodings.util.Macros | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.Search$6 | [] | [] |
org.junit.rules.ExternalResource$1 | [] | [] |
org.hamcrest.core.StringContains | [] | [] |
org.junit.internal.runners.statements.ExpectException | [] | [] |
org.jcodings.transcode.Transcoding | [] | [] |
org.junit.runner.manipulation.Alphanumeric$1 | [] | [] |
org.jcodings.specific.GB18030Encoding$State | [] | [] |
org.junit.runner.notification.RunNotifier$1 | [] | [] |
org.hamcrest.core.IsSame | [] | [] |
org.jcodings.specific.CESU8Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.max.MaxHistory$TestComparator | [] | [] |
org.joni.CaptureTreeNode | [] | [] |
org.jcodings.util.Hash$HashEntryIterator | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.TranscoderDB | [] | [] |
org.joni.Analyser | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.MethodRoadie | [] | [] |
org.junit.runners.ParentRunner$3 | [] | [] |
org.joni.Search$14 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runner.manipulation.Ordering$Context | [] | [] |
org.hamcrest.Condition$NotMatched | [] | [] |
org.junit.runner.manipulation.Filter$2 | [] | [] |
org.joni.Search$10 | [] | [] |
org.junit.matchers.JUnitMatchers | [] | [] |
org.jcodings.util.CaseInsensitiveBytesHash$CaseInsensitiveBytesHashEntryIterator | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$FieldMustBeARule | [] | [] |
org.jcodings.spi.ISO_8859_16 | [] | [] |
org.jcodings.specific.GBKEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.ErrorReportingRunner | [] | [] |
junit.extensions.TestSetup | [] | [] |
org.joni.ast.CClassNode$CCSTATE | [] | [] |
org.joni.Search$1 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.framework.TestResult | [] | [] |
org.junit.experimental.max.MaxCore | [] | [] |
org.junit.internal.builders.JUnit3Builder | [] | [] |
org.jcodings.transcode.specific.From_UTF_16BE_Transcoder | [] | [] |
org.junit.runners.BlockJUnit4ClassRunner | [] | [] |
org.junit.runners.model.NoGenericTypeParametersValidator | [] | [] |
org.junit.rules.Stopwatch$Clock | [] | [] |
org.jcodings.specific.NonStrictSJISEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.unicode.UnicodeEncoding$CTypeName | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.ExactComparisonCriteria | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$FieldMustBeATestRule | [] | [] |
org.joni.Option | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.categories.ExcludeCategories$ExcludesAny | [] | [] |
org.jcodings.specific.Windows_31JEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.ScanEnvironment | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.specific.Iso2022jp_encoder_Transcoder | [] | [] |
org.jcodings.transcode.specific.From_UTF_32BE_Transcoder | [] | [] |
org.jcodings.specific.USASCIIEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.builders.IgnoredBuilder | [] | [] |
org.junit.internal.MethodSorter | [] | [] |
junit.extensions.TestSetup$1 | [] | [] |
org.junit.experimental.theories.Theories$TheoryAnchor$1$1 | [] | [] |
org.joni.Search$7 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runner.OrderWithValidator | [] | [] |
org.junit.validator.AnnotationValidatorFactory | [] | [] |
org.junit.rules.ErrorCollector$1 | [] | [] |
org.junit.experimental.ParallelComputer$1 | [] | [] |
org.jcodings.unicode.UnicodeEncoding$CaseFold | [] | [] |
org.jcodings.transcode.specific.To_UTF_32LE_Transcoder | [] | [] |
junit.textui.ResultPrinter | [] | [] |
org.jcodings.transcode.specific.Iso2022jp_decoder_Transcoder | [] | [] |
org.junit.internal.management.ManagementFactory$ThreadHolder | [] | [] |
org.junit.internal.management.ManagementFactory$RuntimeHolder | [] | [] |
org.jcodings.specific.ISO8859_5Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.StackEntry | ['RegexMatcherFuzzer'] | [] |
org.junit.runners.ParentRunner$4 | [] | [] |
org.jcodings.transcode.specific.Eucjp_to_stateless_iso2022jp_Transcoder | [] | [] |
org.junit.internal.runners.statements.RunAfters | [] | [] |
org.junit.runners.BlockJUnit4ClassRunner$2 | [] | [] |
org.jcodings.transcode.specific.From_GB18030_Transcoder | [] | [] |
org.junit.runners.Parameterized$RunnersFactory | [] | [] |
org.junit.runners.Parameterized | [] | [] |
org.junit.runner.manipulation.Filter$3 | [] | [] |
org.joni.WarnCallback$1 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.hamcrest.internal.ReflectiveTypeFinder | [] | [] |
org.joni.NodeOptInfo | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.Transcoder$GenericTranscoderEntry | [] | [] |
org.junit.runner.Computer$1 | [] | [] |
org.junit.runner.notification.RunNotifier$9 | [] | [] |
org.junit.internal.requests.OrderingRequest | [] | [] |
org.joni.ast.CTypeNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runner.notification.RunListener | [] | [] |
org.jcodings.specific.ISO8859_4Encoding | [] | [] |
org.jcodings.util.Hash$HashIterator | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.UTF16LEEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.CaseFoldCodeItem | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.RealSystem | [] | [] |
org.jcodings.util.ObjHash | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.specific.Iso2022jp_kddi_decoder_Transcoder | [] | [] |
org.jcodings.specific.Windows_1257Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.ApplyCaseFold | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.MethodRoadie$1$1 | [] | [] |
org.jcodings.specific.Windows_1252Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.specific.From_UTF_16LE_Transcoder | [] | [] |
org.hamcrest.core.IsCollectionContaining | [] | [] |
org.junit.experimental.theories.internal.Assignments | [] | [] |
org.jcodings.transcode.specific.From_UTF_32LE_Transcoder | [] | [] |
org.jcodings.specific.BIG5Encoding | [] | [] |
org.junit.ComparisonFailure$ComparisonCompactor | [] | [] |
org.hamcrest.core.Is | [] | [] |
org.junit.runner.manipulation.Filter$1 | [] | [] |
org.joni.BitStatus | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters$RunAfterParams | [] | [] |
org.hamcrest.core.StringEndsWith | [] | [] |
org.joni.Search$2 | [] | [] |
org.junit.internal.requests.SortingRequest | [] | [] |
org.junit.internal.management.ReflectiveRuntimeMXBean$Holder | [] | [] |
org.jcodings.transcode.specific.Universal_newline_Transcoder | [] | [] |
org.joni.UnsetAddrList | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.ParentRunner$5 | [] | [] |
org.joni.SCStackEntry | ['RegexMatcherFuzzer'] | [] |
org.joni.Regex | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.Search$15 | [] | [] |
org.jcodings.util.IntArrayHash$IntArrayHashEntry | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.validator.AnnotationsValidator | [] | [] |
org.jcodings.specific.ISO8859_8Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.Search$9 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.model.TestClass$1 | [] | [] |
org.jcodings.util.IntArrayHash | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.ParentRunner$2 | [] | [] |
org.hamcrest.internal.SelfDescribingValueIterator | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.framework.TestResult$1 | [] | [] |
org.junit.runners.MethodSorters | [] | [] |
junit.extensions.ActiveTestSuite | [] | [] |
org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher | [] | [] |
org.junit.validator.AnnotationsValidator$FieldValidator | [] | [] |
org.joni.OptMapInfo | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.EmacsMuleEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.Suite | [] | [] |
org.jcodings.transcode.specific.From_UTF8_MAC_Transcoder | [] | [] |
org.jcodings.specific.UTF32LEEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.framework.AssertionFailedError | [] | [] |
org.joni.ast.CClassNode$CCVALTYPE | [] | [] |
org.jcodings.transcode.specific.From_UTF_16_Transcoder | [] | [] |
org.junit.runner.notification.SynchronizedRunListener | [] | [] |
org.junit.runners.model.TestClass$FieldComparator | [] | [] |
org.hamcrest.MatcherAssert | [] | [] |
org.jcodings.transcode.specific.To_UTF_32BE_Transcoder | [] | [] |
org.jcodings.transcode.specific.To_CESU_8_Transcoder | [] | [] |
org.jcodings.specific.UTF8Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.spi.ISO_8859_16$Encoder | [] | [] |
org.junit.rules.TemporaryFolder$Builder | [] | [] |
org.junit.experimental.results.PrintableResult | [] | [] |
org.junit.ComparisonFailure$ComparisonCompactor$DiffExtractor | [] | [] |
org.jcodings.transcode.specific.Escape_xml_attr_quote_Transcoder | [] | [] |
org.junit.runners.model.FrameworkMethod$1 | [] | [] |
org.joni.Syntax | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.ConfigSupport | [] | [] |
org.joni.Search$5 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$MemberMustBeNonStaticOrAlsoClassRule | [] | [] |
org.junit.experimental.theories.internal.EnumSupplier | [] | [] |
org.hamcrest.core.IsNot | [] | [] |
org.junit.experimental.categories.CategoryValidator | [] | [] |
org.jcodings.transcode.specific.Cp50221_decoder_Transcoder | [] | [] |
org.junit.runner.manipulation.Sorter | [] | [] |
org.jcodings.transcode.specific.Stateless_iso2022jp_to_eucjp_Transcoder | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator | [] | [] |
org.joni.OptAnchorInfo | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.statements.FailOnTimeout$CallableStatement | [] | [] |
org.junit.experimental.theories.Theories$TheoryAnchor$1 | [] | [] |
org.jcodings.specific.ISO8859_6Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.theories.internal.AllMembersSupplier | [] | [] |
org.junit.runner.Result$SerializedForm | [] | [] |
org.junit.internal.Checks | [] | [] |
org.jcodings.specific.ASCIIEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.ByteCodePrinter | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.MethodValidator | [] | [] |
org.jcodings.transcode.specific.From_CESU_8_Transcoder | [] | [] |
org.junit.experimental.theories.internal.AllMembersSupplier$MethodParameterValue | [] | [] |
org.joni.MultiRegion | ['RegexMatcherFuzzer'] | [] |
org.hamcrest.internal.ArrayIterator | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.framework.JUnit4TestAdapterCache$1 | [] | [] |
org.junit.runners.model.FrameworkField | [] | [] |
org.junit.runner.notification.RunNotifier$5 | [] | [] |
org.joni.WarnCallback$2 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.model.TestClass$MethodComparator | [] | [] |
org.jcodings.transcode.specific.To_UTF_16LE_Transcoder | [] | [] |
org.jcodings.specific.ISO8859_7Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.framework.ComparisonCompactor | [] | [] |
org.junit.experimental.results.ResultMatchers$1 | [] | [] |
org.junit.internal.Throwables$State$3 | [] | [] |
org.junit.internal.InexactComparisonCriteria | [] | [] |
org.joni.ast.CallNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.theories.Theories$TheoryAnchor | [] | [] |
org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder | [] | [] |
org.jcodings.transcode.specific.To_UTF_32_Transcoder | [] | [] |
org.jcodings.transcode.specific.To_UTF_16BE_Transcoder | [] | [] |
org.jcodings.specific.CP949Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
AddrListFixFuzzer | ['AddrListFixFuzzer'] | [] |
org.jcodings.specific.SJISEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.categories.IncludeCategories | [] | [] |
org.joni.ast.BackRefNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.UTF16BEEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.util.BytesHash$BytesHashEntry | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.ComparisonCriteria$1 | [] | [] |
junit.framework.JUnit4TestCaseFacade | [] | [] |
junit.framework.TestFailure | [] | [] |
org.junit.rules.Stopwatch | [] | [] |
org.jcodings.spi.ISO_8859_16$Decoder | [] | [] |
org.junit.experimental.max.MaxHistory | [] | [] |
org.junit.runners.ParentRunner$1 | [] | [] |
org.junit.runner.manipulation.Sorter$1 | [] | [] |
org.junit.runner.notification.RunNotifier$2 | [] | [] |
org.junit.internal.runners.TestMethod | [] | [] |
org.joni.Search$3 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.InitializationError | [] | [] |
org.junit.runners.BlockJUnit4ClassRunner$RuleCollector | [] | [] |
org.jcodings.transcode.TranscodeTableSupport | [] | [] |
org.junit.runners.model.InitializationError | [] | [] |
org.junit.runner.Computer$2 | [] | [] |
org.junit.rules.ExpectedException | [] | [] |
org.jcodings.transcode.specific.Iso2022jp_kddi_encoder_Transcoder | [] | [] |
org.junit.runner.manipulation.Alphanumeric | [] | [] |
org.hamcrest.core.AllOf | [] | [] |
org.joni.ArrayCompiler | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
junit.extensions.ActiveTestSuite$1 | [] | [] |
org.junit.experimental.theories.Theories | [] | [] |
org.junit.runners.parameterized.BlockJUnit4ClassRunnerWithParameters | [] | [] |
org.junit.rules.ErrorCollector | [] | [] |
org.hamcrest.core.CombinableMatcher | [] | [] |
org.jcodings.transcode.specific.To_GB18030_Transcoder | [] | [] |
org.jcodings.specific.ISO8859_13Encoding | [] | [] |
org.jcodings.specific.ISO8859_10Encoding | [] | [] |
org.junit.internal.MethodSorter$2 | [] | [] |
org.jcodings.specific.ISO8859_9Encoding | [] | [] |
org.junit.experimental.theories.internal.SpecificDataPointsSupplier | [] | [] |
org.joni.ast.Node$TopNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.builders.AllDefaultPossibilitiesBuilder | [] | [] |
org.junit.experimental.max.MaxCore$1 | [] | [] |
org.jcodings.spi.Charsets | [] | [] |
junit.framework.JUnit4TestAdapterCache | [] | [] |
org.jcodings.util.Hash$HashEntry | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.builders.SuiteMethodBuilder | [] | [] |
junit.extensions.RepeatedTest | [] | [] |
org.jcodings.transcode.specific.Cp50220_encoder_Transcoder | [] | [] |
org.junit.runners.model.TestTimedOutException | [] | [] |
org.hamcrest.core.IsNull | [] | [] |
org.junit.internal.Classes | [] | [] |
junit.extensions.TestDecorator | [] | [] |
org.jcodings.util.ArrayReader | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.specific.From_UTF_32_Transcoder | [] | [] |
org.jcodings.specific.GB18030Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.transcode.EConv$LastError | [] | [] |
org.junit.internal.runners.statements.FailOnTimeout$Builder | [] | [] |
org.hamcrest.core.IsInstanceOf | [] | [] |
org.junit.internal.management.ManagementFactory | [] | [] |
org.junit.rules.TestWatchman | [] | [] |
org.junit.experimental.categories.IncludeCategories$IncludesAny | [] | [] |
org.joni.Search$17 | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$Builder | [] | [] |
org.junit.experimental.results.ResultMatchers | [] | [] |
org.joni.ast.ListNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$MemberMustBeStatic | [] | [] |
org.junit.internal.runners.TestClass | [] | [] |
org.junit.runner.notification.RunNotifier$3 | [] | [] |
org.jcodings.transcode.EConv$EConvElement | [] | [] |
org.junit.rules.Timeout$Builder | [] | [] |
RegexMatcherFuzzer | ['RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.statements.InvokeMethod | [] | [] |
org.junit.rules.Timeout | [] | [] |
org.junit.runners.model.InvalidTestClassError | [] | [] |
org.jcodings.exception.EncodingError | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runner.Result | [] | [] |
org.junit.internal.matchers.ThrowableCauseMatcher | [] | [] |
org.junit.experimental.theories.PotentialAssignment$1 | [] | [] |
org.junit.internal.runners.statements.RunBefores | [] | [] |
org.junit.internal.management.ReflectiveThreadMXBean | [] | [] |
org.jcodings.transcode.specific.To_UTF_16_Transcoder | [] | [] |
org.junit.runner.notification.RunNotifier$4 | [] | [] |
org.junit.internal.builders.JUnit4Builder | [] | [] |
org.junit.experimental.theories.Theories$TheoryAnchor$2 | [] | [] |
org.junit.internal.runners.MethodRoadie$2 | [] | [] |
junit.framework.TestSuite | [] | [] |
org.junit.runner.JUnitCommandLineParseResult | [] | [] |
org.jcodings.specific.Windows_1253Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.unicode.UnicodeCodeRange | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.experimental.theories.internal.BooleanSupplier | [] | [] |
org.junit.runner.Description | [] | [] |
org.joni.ast.CClassNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.runners.parameterized.TestWithParameters | [] | [] |
org.jcodings.transcode.TranscoderList | [] | [] |
org.junit.internal.runners.statements.Fail | [] | [] |
org.junit.runners.model.MultipleFailureException | [] | [] |
org.jcodings.unicode.UnicodeEncoding$CaseUnfold12 | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.rules.RunRules | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$DeclaringClassMustBePublic | [] | [] |
org.junit.internal.TextListener | [] | [] |
org.junit.runner.Computer | [] | [] |
org.jcodings.specific.ISO8859_1Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.joni.constants.internal.TokenType | [] | [] |
org.junit.rules.ExpectedException$ExpectedExceptionStatement | [] | [] |
org.jcodings.specific.UTF32BEEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.EUCJPEncoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.specific.NonStrictUTF8Encoding | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.runners.SuiteMethod | [] | [] |
org.jcodings.transcode.EConv | [] | [] |
org.junit.runners.model.TestClass | [] | [] |
org.junit.internal.runners.rules.RuleMemberValidator$MemberMustBePublic | [] | [] |
org.junit.rules.TestName | [] | [] |
org.junit.internal.Throwables$State$2 | [] | [] |
org.junit.runner.notification.Failure | [] | [] |
org.junit.internal.runners.MethodRoadie$1 | [] | [] |
org.junit.validator.AnnotationsValidator$MethodValidator | [] | [] |
org.junit.internal.requests.ClassRequest | [] | [] |
org.junit.rules.TestWatchman$1 | [] | [] |
org.hamcrest.StringDescription | [] | [] |
org.junit.experimental.results.ResultMatchers$4 | [] | [] |
org.joni.Parser | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.rules.ExpectedExceptionMatcherBuilder | [] | [] |
org.jcodings.EncodingList | [] | [] |
org.hamcrest.CoreMatchers | [] | [] |
org.junit.experimental.results.ResultMatchers$3 | [] | [] |
org.junit.internal.management.ReflectiveRuntimeMXBean | [] | [] |
org.jcodings.util.IntHash | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.junit.internal.Throwables | [] | [] |
org.joni.ast.AnchorNode | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
org.jcodings.exception.EncodingException | ['AddrListFixFuzzer', 'RegexMatcherFuzzer'] | [] |
Directory |
---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
Fuzzer | Calltree file | Program data file | Coverage file |
---|---|---|---|
AddrListFixFuzzer | fuzzerLogFile-AddrListFixFuzzer.data | fuzzerLogFile-AddrListFixFuzzer.data.yaml | jacoco.xml |
RegexMatcherFuzzer | fuzzerLogFile-RegexMatcherFuzzer.data | fuzzerLogFile-RegexMatcherFuzzer.data.yaml | jacoco.xml |