Releases
v1.2.0
added -D instrument-quiet
conditional to skip printing dots during instrumentation
added support for null coalesence operator (??), fixes #17
added support for null safe operator (?.), fixes #17
added try…catch branch coverage
added debugPosition to debug output
added sub-total lines to ConsoleCoverageFileSummaryReporter to display summary per folder group
added support for file based configuration of profiler and coverage folders and packages
fixed exception in calcStatistic with empty coverage data
fixed handling of abstract constructors
fixed branch coverage with abstract op overload, fixes #11
fixed macro positions from showing coverage in wrong places
fixed branch coverage affecting expressions contained within
fixed inline handling for return and throw
fixed @:implicitReturn handling
fixed handling of empty blocks
fixed ifs without else branch
fixed missing profiler exitFunction calls, fixes #21
refactored call hierarchy data collection
reduced number of blocks in blocks when instrumenting
You can’t perform that action at this time.