Skip to content

A simple tool to integrate the two specified dataset structure.

Notifications You must be signed in to change notification settings

williamniemiec/MetricsIntegrator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metrics Integrator

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.

Coverage status Dotnet compatibility Release


❇ Introduction

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"

⚠ Requirements

  • CSV separated by ';'
  • First column of source code metrics and code coverage must be a method signature

Gallery

Home

home-img

Export selection

export-gif

🚩 Changelog

Details about each version are documented in the releases section.

🤝 Contribute!

See the documentation on how you can contribute to the project here.

📁 Files

/

Name Type Description
dist Directory Released versions
docs Directory Documentation files
src Directory Source files
test Directory Test files