runcmf/runtracy

View on GitHub
src/RunTracy/Helpers/ProfilerPanel.php

Summary

Maintainability
C
7 hrs
Test Coverage

Method getMemoryChart has 119 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function getMemoryChart()
    {
        $colors = [
            'axis' => '#000000',
            'gridLines' => '#cccccc',
Severity: Major
Found in src/RunTracy/Helpers/ProfilerPanel.php - About 4 hrs to fix

    Method getPanel has 77 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getPanel()
        {
            $table = '
            <style type="text/css">
                .tracy-inner {
    Severity: Major
    Found in src/RunTracy/Helpers/ProfilerPanel.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status