Forum Discussion

nguyena2's avatar
nguyena2
Occasional Contributor
6 years ago

Code inspection report used at a metric

At my company, we want to do the following KPI:

 

Coding

Code Review

Shows code reviews which we can correlate to overall test status and quality

how many have been code reviewed, what are the defects being found with categorization of defects

during coding

 

Any help would be greatly appreciated.

1 Reply

  • OlegB's avatar
    OlegB
    SmartBear Alumni (Retired)

    nguyena2,

     

    It looks like one of our Customer Care engineers has already answered your question in the 00330938 support ticket. Let me copy the answer here if someone else looks for the same information:

    >>>

    >1) Shows code reviews which we can correlate to overall test status and quality

    To accomplish this task, I'd suggest using the command-line client command - "admin review-xml". This command allows you to export the specified reviews to the XML format, which can be analyzed.

    >2) how many have been code reviewed, what are the defects being found with categorization of defects

    For this, you probably should use the Review Detailed Report. It will give you detailed statistics on the review.

    <<<