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 109054
Lines covered 9890
Code coverage 9.07%
Code coverage report Report link
Static reachability 2.82%
Fuzz Introspector report Report link (from 2024-07-25)

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 872 0.0%
[com.thoughtworks.xstream.io.xml.SaxWriter].parse(java.lang.String) com.thoughtworks.xstream.io.xml.SaxWriter 866 0.0%
[com.thoughtworks.xstream.io.xml.SaxWriter].parse(org.xml.sax.InputSource) com.thoughtworks.xstream.io.xml.SaxWriter 866 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 859 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 855 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 855 0.0%
[com.thoughtworks.xstream.core.util.CustomObjectOutputStream].close() com.thoughtworks.xstream.core.util.CustomObjectOutputStream 853 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 851 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 850 0.0%
[com.thoughtworks.xstream.converters.extended.FontConverter].marshal(java.lang.Object,com.thoughtworks.xstream.io.HierarchicalStreamWriter,com.thoughtworks.xstream.converters.MarshallingContext) com.thoughtworks.xstream.converters.extended.FontConverter 849 0.0%