Edgewall Software

Changes between Version 10 and Version 11 of Report Formats


Ignore:
Timestamp:
Feb 20, 2010, 1:05:33 AM (14 years ago)
Author:
osimons
Comment:

Updating coverage report with optional variable.

Legend:

Unmodified
Added
Removed
Modified
  • Report Formats

    v10 v11  
    6767  * '''percentage:''' The percentage of lines in that file covered
    6868  * '''lines:''' The number of statements covered
     69  * '''line_hits:''' Line-by-line coverage of the file, where code lines have 0 or more times covered and non-code lines are marked as `-`.
    6970
    7071Ex:
     
    7576   <coverage name="my_module"
    7677             file="my_module.py"
    77              percentage="23.4"
    78              lines="450">
     78             percentage="75"
     79             lines="4"
     80             line_hits="2 0 - 1 1">
    7981    </coverage>
    8082</report>