183
edits
Mnandigama (talk | contribs) No edit summary  | 
				Mnandigama (talk | contribs)   | 
				||
| Line 30: | Line 30: | ||
=== Additional pointers for a better decision analysis  ===  | === Additional pointers for a better decision analysis  ===  | ||
If, for each file, in a given component, we have additional data pointers like number of bugs fixed for each file, the number of regression bugs fixed, number of security bugs fixed, number of crash bugs fixed, manual code coverage, branch coverage etc., we can stack rank the files in a given component based on any of those points.  | If, for each file, in a given component, if we have additional data pointers like number of bugs fixed for each file, the number of regression bugs fixed, number of security bugs fixed, number of crash bugs fixed, manual code coverage, branch coverage etc., we can stack rank the files in a given component based on any of those points.  | ||
That is what we have done in this exercise. We have generated data points for each file regarding the number of times it changed to number of different kinds of bugs fixed in the file to its coverage numbers in various test modes.  | |||
== How  ==  | == How  ==  | ||
edits