Files
tfm_ainventory/graphify-out/cache/3600989569041c97eb7bd27d6c7da024644895a7f256f3104af13930b165e287.json

1 line
27 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "label": "report.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L1"}, {"id": "report_escape_markdown", "label": "escape_markdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L28"}, {"id": "report_summaryreporter", "label": "SummaryReporter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L33"}, {"id": "report_summaryreporter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L36"}, {"id": "report_summaryreporter_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L49"}, {"id": "report_summaryreporter_write_items", "label": ".write_items()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L55"}, {"id": "report_summaryreporter_report_text", "label": ".report_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L59"}, {"id": "report_summaryreporter_report_markdown", "label": ".report_markdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L124"}, {"id": "report_summaryreporter_report", "label": ".report()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L201"}, {"id": "report_summaryreporter_tabular_report", "label": ".tabular_report()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L223"}, {"id": "report_summaryreporter_report_one_file", "label": ".report_one_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L293"}, {"id": "report_rationale_29", "label": "Prefix all characters meaningful in markdown tables with backslashes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L29"}, {"id": "report_rationale_34", "label": "A reporter for writing the summary report.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L34"}, {"id": "report_rationale_50", "label": "Write a line to the output, adding a newline.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L50"}, {"id": "report_rationale_56", "label": "Write a list of strings, joined together.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L56"}, {"id": "report_rationale_66", "label": "Internal method that prints report data in text format. `header` is a l", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L66"}, {"id": "report_rationale_131", "label": "Internal method that prints report data in markdown format. `header` is", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L131"}, {"id": "report_rationale_202", "label": "Writes a report summarizing coverage statistics per module. `outfile` i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L202"}, {"id": "report_rationale_224", "label": "Writes tabular report formats.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L224"}, {"id": "report_rationale_294", "label": "Report on just one file, the callback from report().", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L294"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "string", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage_misc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage_plugin", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage_report_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage_results", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage_types", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "coverage", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "report_escape_markdown", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_coverage_report_py", "target": "report_summaryreporter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L33", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L36", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L49", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_write_items", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L55", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_report_text", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L59", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_report_markdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L124", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_report", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L201", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_tabular_report", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L223", "weight": 1.0}, {"source": "report_summaryreporter", "target": "report_summaryreporter_report_one_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L293", "weight": 1.0}, {"source": "report_summaryreporter_write_items", "target": "report_summaryreporter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L57", "weight": 1.0}, {"source": "report_summaryreporter_report_text", "target": "report_summaryreporter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L92", "weight": 1.0}, {"source": "report_summaryreporter_report_text", "target": "report_summaryreporter_write_items", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L103", "weight": 1.0}, {"source": "report_summaryreporter_report_markdown", "target": "report_escape_markdown", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L141", "weight": 1.0}, {"source": "report_summaryreporter_report_markdown", "target": "report_summaryreporter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L161", "weight": 1.0}, {"source": "report_summaryreporter_report_markdown", "target": "report_summaryreporter_write_items", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L171", "weight": 1.0}, {"source": "report_summaryreporter_report", "target": "report_summaryreporter_report_one_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L211", "weight": 1.0}, {"source": "report_summaryreporter_report", "target": "report_summaryreporter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L217", "weight": 1.0}, {"source": "report_summaryreporter_report", "target": "report_summaryreporter_tabular_report", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L219", "weight": 1.0}, {"source": "report_rationale_29", "target": "report_escape_markdown", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L29", "weight": 1.0}, {"source": "report_rationale_34", "target": "report_summaryreporter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L34", "weight": 1.0}, {"source": "report_rationale_50", "target": "report_summaryreporter_write", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L50", "weight": 1.0}, {"source": "report_rationale_56", "target": "report_summaryreporter_write_items", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L56", "weight": 1.0}, {"source": "report_rationale_66", "target": "report_summaryreporter_report_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L66", "weight": 1.0}, {"source": "report_rationale_131", "target": "report_summaryreporter_report_markdown", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L131", "weight": 1.0}, {"source": "report_rationale_202", "target": "report_summaryreporter_report", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L202", "weight": 1.0}, {"source": "report_rationale_224", "target": "report_summaryreporter_tabular_report", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L224", "weight": 1.0}, {"source": "report_rationale_294", "target": "report_summaryreporter_report_one_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L294", "weight": 1.0}], "raw_calls": [{"caller_nid": "report_escape_markdown", "callee": "translate", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L30"}, {"caller_nid": "report_summaryreporter_init", "callee": "has_arcs", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L39"}, {"caller_nid": "report_summaryreporter_init", "callee": "get_data", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L39"}, {"caller_nid": "report_summaryreporter_init", "callee": "ConfigError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L43"}, {"caller_nid": "report_summaryreporter_init", "callee": "Numbers", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L47"}, {"caller_nid": "report_summaryreporter_write", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L52"}, {"caller_nid": "report_summaryreporter_write_items", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L57"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L75"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L75"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L76"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L76"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L76"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L76"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L77"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L77"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L77"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L78"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L87"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L88"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L89"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L96"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L97"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L105"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L105"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L106"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L116"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L116"}, {"caller_nid": "report_summaryreporter_report_text", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L117"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L141"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L141"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L142"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L142"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L143"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L152"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L152"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "index", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L152"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L152"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L153"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L154"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L155"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "rjust", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L156"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L156"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "rjust", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L157"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L157"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L166"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L167"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L173"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L174"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L176"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L181"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L182"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L188"}, {"caller_nid": "report_summaryreporter_report_markdown", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L195"}, {"caller_nid": "report_summaryreporter_report", "callee": "set_query_contexts", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L209"}, {"caller_nid": "report_summaryreporter_report", "callee": "get_data", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L209"}, {"caller_nid": "report_summaryreporter_report", "callee": "get_analysis_to_report", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L210"}, {"caller_nid": "report_summaryreporter_report", "callee": "NoDataError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L214"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L233"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L235"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L235"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "relative_filename", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L242"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "missing_formatted", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L247"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L249"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L252"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L259"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "ConfigError", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L261"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "human_sorted_items", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L263"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L265"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L281"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "plural", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L282"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L285"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "plural", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L285"}, {"caller_nid": "report_summaryreporter_tabular_report", "callee": "formatter", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L291"}, {"caller_nid": "report_summaryreporter_report_one_file", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/coverage/report.py", "source_location": "L307"}]}