[TIMOB-11908] CodeProcessor: Beef up the analysis coverage plugin
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-12-04T01:59:38.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.1, Release 3.1.0, 2012 Sprint 25, 2012 Sprint 25 JS |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Praveen Innamuri |
Created | 2012-11-30T17:57:43.000+0000 |
Updated | 2017-03-09T00:26:19.000+0000 |
Description
We can make the analysis coverage plugin much more useful by doing the following:
* Report nodes skipped (i.e. nodes that we knowingly did not process). This will make it easier to determine which nodes were not analyzed improperly
* Create document maps that show what was and what was not analyzed for easy visualization.
* Determine and report which files were not analyzed that had the possibility of being analyzed (i.e. files not in Resources/)
This should help considerably in dealing with situations where the code processor is not analyzing code for no apparent reason
Closing ticket as fixed.