massive-oss / mcover

A cross platform code coverage framework for Haxe with testing and profiling applications. Supports AVM1, AVM2, JavaScript, C++, PHP and Neko.
Other
59 stars 9 forks source link

Coverage doesn't include classes contained in packages with underscore (_) in names. #23

Closed nadako closed 10 years ago

nadako commented 11 years ago

Subj. That is because regexp in mcover.macro.ClassPathFilter.getPackageDefinitionInFile doesn't allow underscore. Easy to fix, just add _ to the group.