Sat, 26 Sep 2015 18:55:13 +0200
Some optimizations to the cyclomatic complexity dialog.
<!DOCTYPE html> <html><head> <title>Plugin_Metrics_Radon.RadonMetrics</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body> <h1>Plugin_Metrics_Radon.RadonMetrics</h1> <p> Package containing the radon code metrics dialogs, supporting functions and data. </p> <h3>Modules</h3> <table> <tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html">CodeMetricsCalculator</a></td> <td>Module implementing the raw code metrics service.</td> </tr><tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityCalculator.html">CyclomaticComplexityCalculator</a></td> <td>Module implementing the cyclomatic complexity service.</td> </tr><tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.CyclomaticComplexityDialog.html">CyclomaticComplexityDialog</a></td> <td>Module implementing a dialog to show the cyclomatic complexity (McCabe complexity).</td> </tr><tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexCalculator.html">MaintainabilityIndexCalculator</a></td> <td>Module implementing the maintainability index service.</td> </tr><tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.MaintainabilityIndexDialog.html">MaintainabilityIndexDialog</a></td> <td>Module implementing a dialog to show maintainability indexes.</td> </tr><tr> <td><a href="Plugin_Metrics_Radon.RadonMetrics.RawMetricsDialog.html">RawMetricsDialog</a></td> <td>Module implementing a dialog to show raw code metrics.</td> </tr> </table> </body></html>