Module implementing a Python code coverage dialog.
None |
PyCoverageDialog | Class implementing a dialog to display the collected code coverage data. |
None |
Class implementing a dialog to display the collected code coverage data.
None |
None |
PyCoverageDialog | Constructor |
__createResultItem | Private method to create an entry in the result list. |
__erase | Private slot to handle the erase context menu action. |
__finish | Private slot called when the action finished or the user pressed the button. |
__format_lines | Private method to format a list of integers into string by coalescing groups. |
__htmlReport | Private slot to generate a HTML report of the shown data. |
__jsonReport | Private slot to generate a JSON report of the shown data. |
__lcovReport | Private slot to generate a LCOV report of the shown data. |
__openFile | Private slot to open the selected file. |
__prepareReportGeneration | Private method to prepare a report generation. |
__showContextMenu | Private slot to show the context menu of the listview. |
closeEvent | Protected method to handle the close event. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_reloadButton_clicked | Private slot to reload the coverage info. |
on_resultList_itemActivated | Private slot to handle the activation of an item. |
start | Public slot to start the coverage data evaluation. |
stringify | Private helper function to generate a string representation of a pair. |
None |
Constructor
Private method to create an entry in the result list.
Private slot to handle the erase context menu action.
This method erases the collected coverage data that is stored in the .coverage file.
Private slot called when the action finished or the user pressed the button.
Private method to format a list of integers into string by coalescing groups.
Private slot to generate a HTML report of the shown data.
Private slot to generate a JSON report of the shown data.
Private slot to generate a LCOV report of the shown data.
Private slot to open the selected file.
Private method to prepare a report generation.
Private slot to show the context menu of the listview.
Protected method to handle the close event.
Private slot called by a button of the button box clicked.
Private slot to reload the coverage info.
Private slot to handle the activation of an item.
Public slot to start the coverage data evaluation.
Private helper function to generate a string representation of a pair.