Files
NowChessSystems/graphify-out/cache/a01d4698774b745e9714490ee2e9d507dc69ebd9b38119c407d3fa6bf96e6085.json
T
Janis f1c9df16b6
Build & Test (NowChessSystems) TeamCity build finished
feat: add initial project structure and documentation files (#24)
Reviewed-on: #24
2026-04-12 16:39:17 +02:00

1 line
10 KiB
JSON

{"nodes": [{"id": "test_gaps", "label": "test_gaps.py", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L1"}, {"id": "test_gaps_testcase", "label": "TestCase", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L28"}, {"id": "test_gaps_short_class", "label": "short_class()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L37"}, {"id": "test_gaps_status", "label": "status()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L41"}, {"id": "test_gaps_suiteresult", "label": "SuiteResult", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L52"}, {"id": "test_gaps_passed", "label": "passed()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L62"}, {"id": "test_gaps_is_clean", "label": "is_clean()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L66"}, {"id": "test_gaps_bad_cases", "label": "bad_cases()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L70"}, {"id": "test_gaps_skipped_cases", "label": "skipped_cases()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L74"}, {"id": "test_gaps_moduleresult", "label": "ModuleResult", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L79"}, {"id": "test_gaps_total", "label": "total()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L84"}, {"id": "test_gaps_failures", "label": "failures()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L86"}, {"id": "test_gaps_errors", "label": "errors()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L88"}, {"id": "test_gaps_skipped", "label": "skipped()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L90"}, {"id": "test_gaps_parse_suite_xml", "label": "parse_suite_xml()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L109"}, {"id": "test_gaps_load_module", "label": "load_module()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L150"}, {"id": "test_gaps_truncate", "label": "_truncate()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L172"}, {"id": "test_gaps_format_module", "label": "format_module()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L177"}, {"id": "test_gaps_run", "label": "run()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L219"}, {"id": "test_gaps_main", "label": "main()", "file_type": "code", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L260"}], "edges": [{"source": "test_gaps", "target": "xml_etree_elementtree", "relation": "imports", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L15", "weight": 1.0}, {"source": "test_gaps", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L16", "weight": 1.0}, {"source": "test_gaps", "target": "argparse", "relation": "imports", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L17", "weight": 1.0}, {"source": "test_gaps", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L18", "weight": 1.0}, {"source": "test_gaps", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L19", "weight": 1.0}, {"source": "test_gaps", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L20", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_testcase", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L28", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_short_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L37", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L41", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_suiteresult", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L52", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_passed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L62", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_is_clean", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L66", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_bad_cases", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L70", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_skipped_cases", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L74", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_moduleresult", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L79", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_total", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L84", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_failures", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L86", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_errors", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L88", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_skipped", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L90", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_passed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L92", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_is_clean", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L94", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_bad_cases", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L97", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_skipped_cases", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L101", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_parse_suite_xml", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L109", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_load_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L150", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_truncate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L172", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_format_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L177", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_run", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L219", "weight": 1.0}, {"source": "test_gaps", "target": "test_gaps_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L260", "weight": 1.0}, {"source": "test_gaps_parse_suite_xml", "target": "test_gaps_testcase", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L135", "weight": 1.0}, {"source": "test_gaps_parse_suite_xml", "target": "test_gaps_suiteresult", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L144", "weight": 1.0}, {"source": "test_gaps_load_module", "target": "test_gaps_moduleresult", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L159", "weight": 1.0}, {"source": "test_gaps_load_module", "target": "test_gaps_parse_suite_xml", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L162", "weight": 1.0}, {"source": "test_gaps_format_module", "target": "test_gaps_truncate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L200", "weight": 1.0}, {"source": "test_gaps_run", "target": "test_gaps_load_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L241", "weight": 1.0}, {"source": "test_gaps_run", "target": "test_gaps_format_module", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L245", "weight": 1.0}, {"source": "test_gaps_main", "target": "test_gaps_run", "relation": "calls", "confidence": "EXTRACTED", "source_file": "jacoco-reporter/test_gaps.py", "source_location": "L284", "weight": 1.0}]}