1 line
30 KiB
JSON
1 line
30 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "label": "xmlreport.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L1"}, {"id": "xmlreport_rate", "label": "rate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L33"}, {"id": "xmlreport_packagedata", "label": "PackageData", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L42"}, {"id": "xmlreport_appendchild", "label": "appendChild()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L52"}, {"id": "xmlreport_xmlreporter", "label": "XmlReporter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L57"}, {"id": "xmlreport_xmlreporter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L62"}, {"id": "xmlreport_xmlreporter_report", "label": ".report()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L78"}, {"id": "xmlreport_xmlreporter_xml_file", "label": ".xml_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L173"}, {"id": "xmlreport_serialize_xml", "label": "serialize_xml()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L261"}, {"id": "xmlreport_rationale_34", "label": "Return the fraction of `hit`/`num`, as a string.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L34"}, {"id": "xmlreport_rationale_43", "label": "Data we keep about each \"package\" (in Java terms).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L43"}, {"id": "xmlreport_rationale_53", "label": "Append a child to a parent, in a way mypy will shut up about.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L53"}, {"id": "xmlreport_rationale_58", "label": "A reporter for writing Cobertura-style XML coverage results.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L58"}, {"id": "xmlreport_rationale_79", "label": "Generate a Cobertura-compatible XML report for `morfs`. `morfs` is a li", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L79"}, {"id": "xmlreport_rationale_174", "label": "Add to the XML report for a single file.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L174"}, {"id": "xmlreport_rationale_262", "label": "Serialize a minidom node to XML.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L262"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "os_path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "xml_dom_minidom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage_plugin", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage_report_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage_results", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage_version", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "coverage", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "xmlreport_rate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "xmlreport_packagedata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L42", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "xmlreport_appendchild", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L52", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "xmlreport_xmlreporter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L57", "weight": 1.0}, {"source": "xmlreport_xmlreporter", "target": "xmlreport_xmlreporter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L62", "weight": 1.0}, {"source": "xmlreport_xmlreporter", "target": "xmlreport_xmlreporter_report", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L78", "weight": 1.0}, {"source": "xmlreport_xmlreporter", "target": "xmlreport_xmlreporter_xml_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L173", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_xmlreport_py", "target": "xmlreport_serialize_xml", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L261", "weight": 1.0}, {"source": "xmlreport_xmlreporter_report", "target": "xmlreport_appendchild", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L100", "weight": 1.0}, {"source": "xmlreport_xmlreporter_report", "target": "xmlreport_xmlreporter_xml_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L109", "weight": 1.0}, {"source": "xmlreport_xmlreporter_report", "target": "xmlreport_rate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L136", "weight": 1.0}, {"source": "xmlreport_xmlreporter_report", "target": "xmlreport_serialize_xml", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L163", "weight": 1.0}, {"source": "xmlreport_xmlreporter_xml_file", "target": "xmlreport_packagedata", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L197", "weight": 1.0}, {"source": "xmlreport_xmlreporter_xml_file", "target": "xmlreport_appendchild", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L201", "weight": 1.0}, {"source": "xmlreport_xmlreporter_xml_file", "target": "xmlreport_rate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L247", "weight": 1.0}, {"source": "xmlreport_rationale_34", "target": "xmlreport_rate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L34", "weight": 1.0}, {"source": "xmlreport_rationale_43", "target": "xmlreport_packagedata", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L43", "weight": 1.0}, {"source": "xmlreport_rationale_53", "target": "xmlreport_appendchild", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L53", "weight": 1.0}, {"source": "xmlreport_rationale_58", "target": "xmlreport_xmlreporter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L58", "weight": 1.0}, {"source": "xmlreport_rationale_79", "target": "xmlreport_xmlreporter_report", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L79", "weight": 1.0}, {"source": "xmlreport_rationale_174", "target": "xmlreport_xmlreporter_xml_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L174", "weight": 1.0}, {"source": "xmlreport_rationale_262", "target": "xmlreport_serialize_xml", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L262", "weight": 1.0}], "raw_calls": [{"caller_nid": "xmlreport_xmlreporter_init", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L66"}, {"caller_nid": "xmlreport_xmlreporter_init", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L69"}, {"caller_nid": "xmlreport_xmlreporter_init", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L71"}, {"caller_nid": "xmlreport_xmlreporter_init", "callee": "canonical_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L73"}, {"caller_nid": "xmlreport_xmlreporter_init", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L74"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "has_arcs", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L88"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "get_data", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L88"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "getDOMImplementation", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L91"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createDocument", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L93"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L98"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L99"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L99"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L99"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L99"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createComment", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L101"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createComment", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L105"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "get_analysis_to_report", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L108"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L111"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "human_sorted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L115"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L116"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createTextNode", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L118"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L124"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "human_sorted_items", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L128"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L128"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L129"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L131"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "human_sorted_items", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L133"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L133"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L135"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L135"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L136"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L141"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L142"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L149"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L149"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L150"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L150"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L151"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L153"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L153"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L154"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L154"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L155"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L157"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L158"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L159"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L160"}, {"caller_nid": "xmlreport_xmlreporter_report", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L163"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L182"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "canonical_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L185"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L186"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L186"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L187"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L190"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "relative_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L190"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L191"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L191"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L191"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L193"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L194"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L194"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L195"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L197"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L199"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L201"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L203"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L206"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "relpath", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L206"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L207"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L207"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L208"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "branch_stats", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L210"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "missing_branch_arcs", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L211"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L214"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "createElement", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L215"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L216"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L216"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L220"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L220"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L220"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L225"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L226"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L231"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L232"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L232"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L235"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L236"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L239"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L239"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "sum", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L240"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L240"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L247"}, {"caller_nid": "xmlreport_xmlreporter_xml_file", "callee": "setAttribute", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L252"}, {"caller_nid": "xmlreport_serialize_xml", "callee": "toprettyxml", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/xmlreport.py", "source_location": "L263"}]} |