Module implementing a Python code coverage dialog.
PyCoverageDialog | Class implementing a dialog to display the collected code coverage data. |
None |
Class implementing a dialog to display the collected code coverage data.
PyCoverageDialog | Constructor |
__format_lines | Private method to format a list of integers into string by coalescing groups. |
buttonPressed | Private slot connected to the button clicked signal. |
deleteAnnotated | Private slot to handle the delete annotated context menu action. |
finish | Private slot called when the action finished or the user pressed the button. |
handleAnnotate | Private slot to handle the annotate context menu action. |
handleAnnotateAll | Private slot to handle the annotate all context menu action. |
handleContextMenu | Private slot to show the context menu of the listview. |
handleErase | Private slot to handle the erase context menu action. |
handleReload | Privale slot to reload the coverage info. |
start | Public slot to start the coverage data evaluation. |
stringify |
Constructor
Private method to format a list of integers into string by coalescing groups.
Private slot connected to the button clicked signal.
Private slot to handle the delete annotated context menu action. This method deletes all annotated files. These are files ending with ',cover'.
Private slot called when the action finished or the user pressed the button.
Private slot to handle the annotate context menu action. This method produce an annotated coverage file of the selected file.
Private slot to handle the annotate all context menu action. This method produce an annotated coverage file of every file listed in the listview.
Private slot to show the context menu of the listview.
Private slot to handle the erase context menu action. This method erases the collected coverage data that is stored in the .coverage file.
Privale slot to reload the coverage info.
Public slot to start the coverage data evaluation.