[TIMOB-15017] Code Processor: Implement support for analyzing skipped blocks
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-18T20:40:06.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2013 Sprint 19, 2013 Sprint 19 Tooling, Release 3.2.0 |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2013-08-30T19:21:10.000+0000 |
Updated | 2017-03-09T00:31:22.000+0000 |
Description
Blindly skipping "skipped" blocks leads to really bad code coverage metrics, so we need to make it possible to analyze "skipped" blocks. At its heart, this will require two key architectural changes:
PR: https://github.com/appcelerator/titanium-code-processor/pull/244
To test, run against the samples and templates apps from https://github.com/appcelerator-developer-relations. Without the feature, analysis coverage values are as low as 50%, but with they are all at least ~90%.
Closing ticket as fixed.