Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of Developer/Coverage/Analysis


Ignore:
Timestamp:
08/03/09 15:06:07 (15 years ago)
Author:
Vattam
Comment:

/* Coverage Analysis */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Coverage/Analysis

    v2 v3  
    22
    33= Coverage Analysis =
     4= The project aims are as follows: =
    45
    5 Under Construction. Till then you may go through my [http://vattamsantosh.info/GSOC_Updates: blog].
     6  *  To perform automated coverage testing on the RTEMS code base and analyse the object level coverage provided by the RTEMS test suite
     7  *  Identify and report parts of code that are not being exercised under the test suites
     8  *  Analyse each case separately and classify into categories previously identified.
     9  *  Address each of these cases and eliminate them.
     10
     11We took up erc32/sparc as the first BSP/ARCH for coverage.
     12= The coverage stats when we started off for erc32/sparc are as follows: =
     13
     14 Total Uncovered Ranges:    208
     15 Total Bytes Analysed:    71604
     16 Total Bytes not executed:    2732
     17 Percentage of executed bytes: 0.9618
     18 Percentage of not executed bytes: 0.03815
     19= The coverage stats as per the mid term evaluations were as follows: =
     20
     21 Total uncovered ranges: 83
     22 Total Bytes analyzed: 70900
     23 Bytes not executed: 944
     24 Percentage executed: 0.9867
     25 Percentage not executed: 0.01331
     26= The coverage stats as per 08/01/2009 are as follows: =
     27
     28 Total uncovered ranges: 16
     29 Total Bytes Analyzed: 70916
     30 Total Bytes Not Executed: 148
     31 Percentage Executed: 0.9979
     32 Percentage Not Executed: 0.002087
     33
     34The code can be found at the [http://code.google.com/p/rtems-coverage-analysis: project page].[[BR]]
     35The Coverage stats can be found at the [http://spreadsheets.google.com/ccc?key=0AnpHTN8g6BrmcDNXWFdMa01iNHM2RXpWUm9RdXc5QXc&hl=en: Coverage document].[[BR]]
     36The details about the patches can be found on my [http://vattamsantosh.info/GSOC_Updates: blog].[[BR]]