Project: xstream

Language java
OSS-Fuzz project 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 109058
Lines covered 9815
Code coverage 9.00%
Code coverage report Report link
Static reachability 29.93%
Fuzz Introspector report Report link (from 2024-09-06)

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
[com.thoughtworks.xstream.core.util.CustomObjectInputStream].close() com.thoughtworks.xstream.core.util.CustomObjectInputStream 874 0.0%
[com.thoughtworks.xstream.io.xml.SaxWriter].parse(java.lang.String) com.thoughtworks.xstream.io.xml.SaxWriter 868 0.0%
[com.thoughtworks.xstream.io.xml.SaxWriter].parse(org.xml.sax.InputSource) com.thoughtworks.xstream.io.xml.SaxWriter 868 0.0%
[com.thoughtworks.xstream.converters.extended.NamedMapConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.extended.NamedMapConverter 861 0.0%
[com.thoughtworks.xstream.converters.reflection.SerializableConverter].doMarshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.reflection.SerializableConverter 857 0.0%
[com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.reflection.CGLIBEnhancedConverter 857 0.0%
[com.thoughtworks.xstream.core.util.CustomObjectOutputStream].close() com.thoughtworks.xstream.core.util.CustomObjectOutputStream 855 0.0%
[com.thoughtworks.xstream.converters.extended.NamedArrayConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.extended.NamedArrayConverter 853 0.0%
[com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter 852 0.0%
[com.thoughtworks.xstream.converters.collections.PropertiesConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.collections.PropertiesConverter 851 0.0%