NA-MIC-kit-curriculum/Testing-Based Programming/How to run Code Coverage/Per Developer

From NAMIC Wiki
Revision as of 21:58, 22 December 2009 by Ibanez (talk | contribs) (WE need to re-evaluate the report, in oder to assign line ownership to the first developer who wrote a line of code, instead of the last developer who modified that line of code)
Jump to: navigation, search
Home < NA-MIC-kit-curriculum < Testing-Based Programming < How to run Code Coverage < Per Developer

Slicer3 Code Coverage Statistics per Developer

Overview

The information in this page was generated by combining

  • SVN annotate information: that relates lines of code to the last developer who modified that line of code.
  • Code Coverage information: that counts how many times a line of code is exercised during the execution of the testing suite.