Code Duplication    Length = 7-7 lines in 2 locations

src/reporter/TextReporter.php 1 location

@@ 92-98 (lines=7) @@
89
    /**
90
     * @param AnalyzedCoverageResult $result
91
     */
92
    protected function writeTotalCoverage(AnalyzedCoverageResult $result)
93
    {
94
        $this->console->writeText(PHP_EOL);
95
        $this->console->writeText('Code Coverage: ');
96
        $this->console->writeResult($result);
97
        $this->console->writeText(PHP_EOL);
98
    }
99
100
    /**
101
     * @param EventManager $eventManager

src/reporter/TreeReporter.php 1 location

@@ 126-132 (lines=7) @@
123
    /**
124
     * @param AnalyzedCoverageResult $result
125
     */
126
    protected function writeTotalCoverage(AnalyzedCoverageResult $result)
127
    {
128
        $this->console->writeText(PHP_EOL);
129
        $this->console->writeText('Code Coverage: ');
130
        $this->console->writeResult($result);
131
        $this->console->writeText(PHP_EOL);
132
    }
133
134
    /**
135
     * @param EventManager $eventManager