lib.haxe.org

mcover

MCover is a collection of macro-based cross-platform code coverage and quality tools.
Version
1.2.2
Owner
massive
License
BSD

History

  • 2012-03-06 12:38:51
    1.2.2
    Fixed minor bug on windows preventing code coverage from appearing against individual classes in munit print client
  • 2012-03-06 11:40:54
    1.2.1
    Added 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:58
    1.2.0
    Added 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:51
    1.1.0
    Added support for MUnit RichPrintClient html output, minor bug fixes
  • 2011-10-11 14:58:18
    1.0.1
    Added support for filtered reports, improved integration with MUnit
  • 2011-10-11 02:28:23
    1.0.0
    Initial release to haxelib, covers almost all types of code blocks and conditional branches in your code base