src/eric7/Documentation/Source/eric7.DataViews.PyCoverageDialog.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
child 10689
3ede487187f2
--- a/src/eric7/Documentation/Source/eric7.DataViews.PyCoverageDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.DataViews.PyCoverageDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.DataViews.PyCoverageDialog</h1>
-
 <p>
 Module implementing a Python code coverage dialog.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#PyCoverageDialog">PyCoverageDialog</a></td>
 <td>Class implementing a dialog to display the collected code coverage data.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="PyCoverageDialog" ID="PyCoverageDialog"></a>
 <h2>PyCoverageDialog</h2>
-
 <p>
     Class implementing a dialog to display the collected code coverage data.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -49,19 +48,17 @@
 <h3>Derived from</h3>
 QDialog, Ui_PyCoverageDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#PyCoverageDialog.__init__">PyCoverageDialog</a></td>
 <td>Constructor</td>
@@ -131,19 +128,20 @@
 <td>Private helper function to generate a string representation of a pair.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="PyCoverageDialog.__init__" ID="PyCoverageDialog.__init__"></a>
 <h4>PyCoverageDialog (Constructor)</h4>
 <b>PyCoverageDialog</b>(<i>parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -154,10 +152,10 @@
 <a NAME="PyCoverageDialog.__createResultItem" ID="PyCoverageDialog.__createResultItem"></a>
 <h4>PyCoverageDialog.__createResultItem</h4>
 <b>__createResultItem</b>(<i>file, statements, executed, coverage, excluded, missing</i>)
-
 <p>
         Private method to create an entry in the result list.
 </p>
+
 <dl>
 
 <dt><i>file</i> (str)</dt>
@@ -188,7 +186,6 @@
 <a NAME="PyCoverageDialog.__erase" ID="PyCoverageDialog.__erase"></a>
 <h4>PyCoverageDialog.__erase</h4>
 <b>__erase</b>(<i></i>)
-
 <p>
         Private slot to handle the erase context menu action.
 </p>
@@ -196,22 +193,23 @@
         This method erases the collected coverage data that is
         stored in the .coverage file.
 </p>
+
 <a NAME="PyCoverageDialog.__finish" ID="PyCoverageDialog.__finish"></a>
 <h4>PyCoverageDialog.__finish</h4>
 <b>__finish</b>(<i></i>)
-
 <p>
         Private slot called when the action finished or the user pressed the
         button.
 </p>
+
 <a NAME="PyCoverageDialog.__format_lines" ID="PyCoverageDialog.__format_lines"></a>
 <h4>PyCoverageDialog.__format_lines</h4>
 <b>__format_lines</b>(<i>lines</i>)
-
 <p>
         Private method to format a list of integers into string by coalescing
         groups.
 </p>
+
 <dl>
 
 <dt><i>lines</i> (list of int)</dt>
@@ -234,31 +232,31 @@
 <a NAME="PyCoverageDialog.__htmlReport" ID="PyCoverageDialog.__htmlReport"></a>
 <h4>PyCoverageDialog.__htmlReport</h4>
 <b>__htmlReport</b>(<i></i>)
-
 <p>
         Private slot to generate a HTML report of the shown data.
 </p>
+
 <a NAME="PyCoverageDialog.__jsonReport" ID="PyCoverageDialog.__jsonReport"></a>
 <h4>PyCoverageDialog.__jsonReport</h4>
 <b>__jsonReport</b>(<i></i>)
-
 <p>
         Private slot to generate a JSON report of the shown data.
 </p>
+
 <a NAME="PyCoverageDialog.__lcovReport" ID="PyCoverageDialog.__lcovReport"></a>
 <h4>PyCoverageDialog.__lcovReport</h4>
 <b>__lcovReport</b>(<i></i>)
-
 <p>
         Private slot to generate a LCOV report of the shown data.
 </p>
+
 <a NAME="PyCoverageDialog.__openFile" ID="PyCoverageDialog.__openFile"></a>
 <h4>PyCoverageDialog.__openFile</h4>
 <b>__openFile</b>(<i>itm=None</i>)
-
 <p>
         Private slot to open the selected file.
 </p>
+
 <dl>
 
 <dt><i>itm</i> (QTreeWidgetItem)</dt>
@@ -269,10 +267,10 @@
 <a NAME="PyCoverageDialog.__prepareReportGeneration" ID="PyCoverageDialog.__prepareReportGeneration"></a>
 <h4>PyCoverageDialog.__prepareReportGeneration</h4>
 <b>__prepareReportGeneration</b>(<i></i>)
-
 <p>
         Private method to prepare a report generation.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -289,10 +287,10 @@
 <a NAME="PyCoverageDialog.__showContextMenu" ID="PyCoverageDialog.__showContextMenu"></a>
 <h4>PyCoverageDialog.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>coord</i>)
-
 <p>
         Private slot to show the context menu of the listview.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -303,10 +301,10 @@
 <a NAME="PyCoverageDialog.closeEvent" ID="PyCoverageDialog.closeEvent"></a>
 <h4>PyCoverageDialog.closeEvent</h4>
 <b>closeEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle the close event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QCloseEvent)</dt>
@@ -317,10 +315,10 @@
 <a NAME="PyCoverageDialog.on_buttonBox_clicked" ID="PyCoverageDialog.on_buttonBox_clicked"></a>
 <h4>PyCoverageDialog.on_buttonBox_clicked</h4>
 <b>on_buttonBox_clicked</b>(<i>button</i>)
-
 <p>
         Private slot called by a button of the button box clicked.
 </p>
+
 <dl>
 
 <dt><i>button</i> (QAbstractButton)</dt>
@@ -331,17 +329,17 @@
 <a NAME="PyCoverageDialog.on_reloadButton_clicked" ID="PyCoverageDialog.on_reloadButton_clicked"></a>
 <h4>PyCoverageDialog.on_reloadButton_clicked</h4>
 <b>on_reloadButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to reload the coverage info.
 </p>
+
 <a NAME="PyCoverageDialog.on_resultList_itemActivated" ID="PyCoverageDialog.on_resultList_itemActivated"></a>
 <h4>PyCoverageDialog.on_resultList_itemActivated</h4>
 <b>on_resultList_itemActivated</b>(<i>item, column</i>)
-
 <p>
         Private slot to handle the activation of an item.
 </p>
+
 <dl>
 
 <dt><i>item</i> (QTreeWidgetItem)</dt>
@@ -356,10 +354,10 @@
 <a NAME="PyCoverageDialog.start" ID="PyCoverageDialog.start"></a>
 <h4>PyCoverageDialog.start</h4>
 <b>start</b>(<i>cfn, fn</i>)
-
 <p>
         Public slot to start the coverage data evaluation.
 </p>
+
 <dl>
 
 <dt><i>cfn</i> (str)</dt>
@@ -374,11 +372,11 @@
 <a NAME="PyCoverageDialog.stringify" ID="PyCoverageDialog.stringify"></a>
 <h4>PyCoverageDialog.stringify</h4>
 <b>stringify</b>(<i></i>)
-
 <p>
             Private helper function to generate a string representation of a
             pair.
 </p>
+
 <dl>
 
 <dt><i>pair</i> (tuple of (int, int)</dt>
@@ -400,4 +398,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial