Classifying the Correctness of Generated White-box Tests: An Exploratory Study
==============================================================================

This folder contains the artifacts related to our presented exploratory study.

 * analysis: Contains an R markdown file (analysis.Rmd) that contains the data analysis scripts we used for transforming and analyzing the data collected. We pre-generated the markdown file to a HTML as well (analysis.HTML).
 
 * documents: Contains the information sheet (experimentInfo.tex) that we gave to the participants at the start of the sessions. We also created a PowerShell script to compile the tex file to multiple PDF files (Generate-ExperimentInfo.ps1 <count>) in a given number. Note: the script generates the info sheet for both projects.

 * objects: This folder contains the objects used in our study.
   -> faulty: The projects WITH the injected faults in separate zip files.
   -> golden: The projects WITHOUT the injected faults in separate zip files.

 * results: This contains the results for each participant.
   -> dec1: The results for the session on 1st December, 2016.
   -> dec8: The results for the session on 8th December, 2016.
   -> proj.boris: The BORIS project file, where the codings for each participants video are located at one place. This file can be opened in the BORIS video coding tool: http://www.boris.unito.it/.

 * results-gold: This folder contains the correct answers for both projects (nbitcoin-gold.csv and mathnet-gold.csv).