A simple tool that uses as input the source code metrics file and the mapping between application methods and the test methods. As output, our application yields a file where each instance involves source code metrics of one test method and the particular application method under test.
A simple tool that uses as input the source code metrics file and the mapping between application methods and the test methods. As output, our application yields a file where each instance involves source code metrics of one test method and the particular application method under test.
We developed this tool to generate the defined metrics to build the dataset detailed in the paper "A dataset based on two graph coverage criteria: prime-path and edge coverage"
- CSV separated by ';'
- First column of source code metrics and code coverage must be a method signature
Details about each version are documented in the releases section.
See the documentation on how you can contribute to the project here.
Name | Type | Description |
---|---|---|
dist | Directory |
Released versions |
docs | Directory |
Documentation files |
src | Directory |
Source files |
test | Directory |
Test files |