Project: rhino

Language java
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 53605
Lines covered 5116
Code coverage 9.54%
Code coverage report Report link
Static reachability 5.98%
Fuzz Introspector report Report link (from 2025-12-12)

Historical Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
[org.mozilla.javascript.tests.ClassCompilerTest].testMainMethodExecutesWithoutError() /src/rhino/rhino/src/test/java/org/mozilla/javascript/tests/ClassCompilerTest.java 2004 0.0%
[org.mozilla.javascript.tests.ClassCompilerTest].testClassesLoadAndLink() /src/rhino/rhino/src/test/java/org/mozilla/javascript/tests/ClassCompilerTest.java 2001 0.0%
[org.mozilla.javascript.tests.ClassCompilerTest].testClassesCompile() /src/rhino/rhino/src/test/java/org/mozilla/javascript/tests/ClassCompilerTest.java 2000 0.0%
[org.mozilla.javascript.tests.commentspr465.CommentsTestUtils].getRhinoASTRootNode(String,String,String[],String[]) /src/rhino/tests/src/test/java/org/mozilla/javascript/tests/commentspr465/CommentsTestUtils.java 1996 0.0%
[org.mozilla.javascript.optimizer.ClassCompiler].compileToClassFiles(String,String,int,String) /src/rhino/rhino/src/main/java/org/mozilla/javascript/optimizer/ClassCompiler.java 1996 0.0%
[org.mozilla.javascript.Parser].parse(java.io.Reader,String,int) /src/rhino/rhino/src/main/java/org/mozilla/javascript/Parser.java 1979 0.0%
[org.mozilla.javascript.tests.ParserTest].parseErrorRecovery() /src/rhino/tests/src/test/java/org/mozilla/javascript/tests/ParserTest.java 1976 0.0%
[org.mozilla.javascript.tests.ParserTest].parseErrorRecovery2() /src/rhino/tests/src/test/java/org/mozilla/javascript/tests/ParserTest.java 1976 0.0%
[org.mozilla.javascript.tests.ParserTest].parseErrorRecovery3() /src/rhino/tests/src/test/java/org/mozilla/javascript/tests/ParserTest.java 1976 0.0%
[org.mozilla.javascript.tests.ArrowFunctionTest].arrowFnPositionInAssignment() /src/rhino/rhino/src/test/java/org/mozilla/javascript/tests/ArrowFunctionTest.java 1971 0.0%