Skip to content

This project uses ASM byte-code manipulation framework to build an automated coverage collection tool that can capture the statement coverage for the program under test.

twinklesharma1311/AutomatedCodeCoverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AutomatedCodeCoverage

This project uses ASM byte-code manipulation framework to build an automated coverage collection tool that can capture the statement coverage for the program under test.

The tool uses Java Agent to perform on-the-fly code instrumentation, and It is integrated with the Maven build system so that the tool can be triggered by simply changing the pom.xml file of the project under test.

We applied our tool to 10 real-world Java projects (>1000 lines of code) with JUnit tests (>50 tests) from GitHub to collect the statement coverage for its JUnit tests.

About

This project uses ASM byte-code manipulation framework to build an automated coverage collection tool that can capture the statement coverage for the program under test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages