Skip to content

A library to compute statement-level code coverage using source code transformation with Spoon

Notifications You must be signed in to change notification settings

DonVilk/CoCoSpoon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoCoSpoon: source-code level code coverage for java

CoCoSpoon computes code coverage with source code instrumentation.

Code coverage is a metric representing the percentage of code executed. This metric is used when running test suites to measure the code covered by these suites. Some development methods like TDD will guarantee a good coverage by the fact that the tests are written before the code.

CoCoSpoon's initial goal is to calculate the code coverage on a program running in a production environment.

Usage

CocoSpoon
   -i, --input-path     input project folder
   -o, --output-path    instrumented project destination
  [-c, --classpath      classpath] 

The JavaFX GUI is availaible in ./CoCoSpoon-ui.

About

A library to compute statement-level code coverage using source code transformation with Spoon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 73.1%
  • TeX 26.6%
  • Shell 0.3%