Project: maven-model

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 97392
Lines covered 815
Code coverage 0.84%
Code coverage report Report link
Static reachability 0.01%
Fuzz Introspector report Report link (from 2025-09-27)

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.apache.maven.cli.MavenCli].doMain(String[],String,java.io.PrintStream,java.io.PrintStream) /src/maven-model/compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java 274 0.0%
[org.apache.maven.cli.MavenCli].main(String[],org.codehaus.plexus.classworlds.ClassWorld) /src/maven-model/compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java 271 0.0%
[org.apache.maven.cli.MavenCli].doMain(String[],org.codehaus.plexus.classworlds.ClassWorld) /src/maven-model/compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java 263 0.0%
[org.apache.maven.cli.MavenCli].doMain(org.apache.maven.cli.CliRequest) /src/maven-model/compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java 262 0.0%
[org.apache.maven.api.plugin.testing.stubs.RepositorySystemSupplier].get() /src/maven-model/impl/maven-testing/src/main/java/org/apache/maven/api/plugin/testing/stubs/RepositorySystemSupplier.java 169 0.0%
[org.apache.maven.api.plugin.testing.stubs.RepositorySystemSupplier].getRepositorySystem() /src/maven-model/impl/maven-testing/src/main/java/org/apache/maven/api/plugin/testing/stubs/RepositorySystemSupplier.java 168 0.0%
[org.apache.maven.api.plugin.testing.stubs.RepositorySystemSupplier].getDependencyCollector() /src/maven-model/impl/maven-testing/src/main/java/org/apache/maven/api/plugin/testing/stubs/RepositorySystemSupplier.java 138 0.0%
[org.apache.maven.api.plugin.testing.stubs.RepositorySystemSupplier].getDependencyCollectorDelegates() /src/maven-model/impl/maven-testing/src/main/java/org/apache/maven/api/plugin/testing/stubs/RepositorySystemSupplier.java 135 0.0%
[org.apache.maven.impl.model.profile.ConditionParser].parse(String) /src/maven-model/impl/maven-impl/src/main/java/org/apache/maven/impl/model/profile/ConditionParser.java 135 0.0%
[org.apache.maven.profiles.ProfilesConversionUtils].convertFromProfileXmlProfile(org.apache.maven.profiles.Profile) /src/maven-model/compat/maven-compat/src/main/java/org/apache/maven/profiles/ProfilesConversionUtils.java 129 0.0%