Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 444 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 444 Bytes

complexity-measure

Analyse input java program and determine various software testing measures

This repo provides various software complexity measures. Given an input program, it calculates the complexity such as cyclomatic complexity etc.

This repo also provides programs to perform testing such mutation testing, analysis such as Boundary value analysis etc.

Please feel free to contribute and leave comments if you seek improvements.