README.md
dev-requirements.txt
pyproject.toml
requirements.txt
data/t.py
data/tes.py
data/trace_parser_dynamic.py
data/ground-truth-data/pyopenssl/pyopenssl_all_functions.py
data/ground-truth-data/pyopenssl/pyopenssl_chosen_tests.py
pytctracer/__init__.py
pytctracer/analyser.py
pytctracer/main.py
pytctracer/tracer.py
pytctracer/config/__init__.py
pytctracer/config/config.py
pytctracer/config/constants/__init__.py
pytctracer/config/constants/classification_types.py
pytctracer/config/constants/event_types.py
pytctracer/config/constants/function_types.py
pytctracer/config/constants/instruction_opnames.py
pytctracer/config/constants/level_types.py
pytctracer/config/constants/metric_score_types.py
pytctracer/config/constants/technique_parameters.py
pytctracer/config/constants/technique_thresholds.py
pytctracer/config/constants/testing_method_event_types.py
pytctracer/config/constants/trace_data_headers.py
pytctracer/config/constants/trace_data_variables.py
pytctracer/evaluation/__init__.py
pytctracer/evaluation/classify_predictions.py
pytctracer/evaluation/evaluate_predictions.py
pytctracer/evaluation/metrics/__init__.py
pytctracer/evaluation/metrics/area_under_curve.py
pytctracer/evaluation/metrics/arg_name_to_metric_mapper.py
pytctracer/evaluation/metrics/f1.py
pytctracer/evaluation/metrics/false_negatives.py
pytctracer/evaluation/metrics/false_positives.py
pytctracer/evaluation/metrics/mean_average_precision.py
pytctracer/evaluation/metrics/metric.py
pytctracer/evaluation/metrics/precision.py
pytctracer/evaluation/metrics/recall.py
pytctracer/evaluation/metrics/true_positives.py
pytctracer/io/__init__.py
pytctracer/io/input/__init__.py
pytctracer/io/input/from_file.py
pytctracer/io/output/__init__.py
pytctracer/io/output/to_display.py
pytctracer/io/output/to_file.py
pytctracer/parsing/__init__.py
pytctracer/parsing/find_class_level_calls.py
pytctracer/parsing/find_class_level_names.py
pytctracer/parsing/find_function_level_calls.py
pytctracer/parsing/find_function_level_names.py
pytctracer/parsing/functions_called_before_assert.py
pytctracer/techniques/__init__.py
pytctracer/techniques/arg_name_to_technique_mapper.py
pytctracer/techniques/combined.py
pytctracer/techniques/last_call_before_assert.py
pytctracer/techniques/levenshtein_distance.py
pytctracer/techniques/longest_common_subsequence.py
pytctracer/techniques/naming_conventions.py
pytctracer/techniques/tarantula.py
pytctracer/techniques/technique.py
pytctracer/techniques/tfidf.py
tctracer.egg-info/PKG-INFO
tctracer.egg-info/SOURCES.txt
tctracer.egg-info/dependency_links.txt
tctracer.egg-info/entry_points.txt
tctracer.egg-info/requires.txt
tctracer.egg-info/top_level.txt