object
subprocess_mutation_hookï
Subprocess mutation hook object. Loaded in mutation testing subprocesses to set up the mutator hook and record test results to a status file.
Availability:
logtalk_load(mutation_testing(loader))Author: Paulo Moura
Version: 1:0:0
Date: 2026-03-20
Compilation flags:
static, context_switching_callsRemarks:
(none)
Inherited public predicates:
(none)
Public predicatesï
load_config/1ï
Loads a mutation config file and sets up the mutator hook for the subprocess.
Compilation flags:
staticTemplate:
load_config(ConfigFile)Mode and number of proofs:
load_config(+atom) - oneProtected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
status_file_/1ï
Holds the status file path for the current subprocess.
Compilation flags:
dynamicTemplate:
status_file_(StatusFile)Mode and number of proofs:
status_file_(?atom) - zero_or_morefailed_count_/1ï
Accumulates the number of failed tests reported by lgtunit.
Compilation flags:
dynamicTemplate:
failed_count_(Failed)Mode and number of proofs:
failed_count_(?integer) - zero_or_moreOperatorsï
(none)