Byakko series Release 7
SteveGilham
released this
30 Mar 14:48
·
4924 commits
to master
since this release
2.0.360
- Branch coverage for
--opencover
. Note that AltCover takes a rather more conservative approach to detecting "significant" branch points than does OpenCover : it excludes all branches that are entirely internal to a reported sequence point in the source (thus eliminating the many and various sorts of compiler-surprise hidden branching that may include sequence points with no corresponding source location); additionally, if two or more exits from a branch go to the same place, they are considered to constitute only one branch-point in the report, rather than being counted separately. - Bonus feature --
-c|callContext
tracking also applies to branch visits - Also take the latest VS2017 and FAKE updates for building