mcover
MCover is a collection of macro-based cross-platform code coverage and quality tools.
Version
1.2.2Owner
massiveLicense
BSDHistory
-
2012-03-06 12:38:511.2.2Fixed minor bug on windows preventing code coverage from appearing against individual classes in munit print client
-
2012-03-06 11:40:541.2.1Added caching of class list in macros to improve compilation times on large projects. Moved debug log file (and caches) to temp .mcover directory. Added @IgnoreCover classes to Compiler.include ignore list (to avoid compiling them). Fixed critical bug on Windows introduced in last release
-
2012-02-27 23:59:581.2.0Added function logging tool, Reinstated class level @IgnoreCoverage, internal refactoring to leverage common macro code between coverage and logging packages. Added better examples and documentation
-
2011-11-22 02:39:511.1.0Added support for MUnit RichPrintClient html output, minor bug fixes
-
2011-10-11 14:58:181.0.1Added support for filtered reports, improved integration with MUnit
-
2011-10-11 02:28:231.0.0Initial release to haxelib, covers almost all types of code blocks and conditional branches in your code base