Skip to content

Latest commit

 

History

161 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts, data, and instructions required to repeat and reproduce the study presented in arXiv:2511.15403.

Structure

  • README.md: Provides a bird's-eye view of this artifact, from where it can be obtained, and how should it be cited.

  • REQUIREMENTS.md: Describes the software and its required environment (e.g., operating system) by the artifact and the user's expected skills

  • INSTALL.md: Describes the procedure to install the required software and also provides usage examples on how to assess whether the installation of each software finished successfully.

  • INSTRUCTIONS.md: Provides step-by-step instruction on how to run the experiments described in the associated paper.

  • LICENSE.md: Describes the distribution rights.

Each top-level directory in the artifact provides the required scripts and data to perform a specific analysis / experiment described in the associated paper.

Directory Description
mutation/ Mutation analysis
subjects/ Subjects used in the empirical evaluation
.third-parties/ Local directory that keeps all required third parties (e.g., tools) and environments to run those tools
utils/ Utility scripts that are used by more than one experiment / analysis

Each top-level directory has the following structure:

  • README.md: Describes the directory and elements that can be found in the directory (data, scripts, etc), and provides documentation of those elements, e.g., examples on how to run a script, what does a script generate, etc.
  • data/: Data files used as inputs by the scripts and/or automatically generated by the scripts of each analysis to facilitate faster processing.
    • data/FILE-SPECS.md: Defines the format of all directories and CSV files in each directory.
  • scripts/: Bash or Python scripts for performing the corresponding analysis / experiments.
  • statistics/: R/Python scripts that process the data and produce numbers, tables, and figures for the associated paper.

Contributing

Contributions are welcome! If you have ideas for improvements or additional test cases, feel free to open an issue or submit a pull request.

License

MIT License, see LICENSE.md for more information.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages