Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 688
Zeile 115... Zeile 115...
115
     * Returns the data for the Class / Method Coverage Distribution chart.
115
     * Returns the data for the Class / Method Coverage Distribution chart.
116
     */
116
     */
117
    private function coverageDistribution(array $classes): array
117
    private function coverageDistribution(array $classes): array
118
    {
118
    {
119
        $result = [
119
        $result = [
120
            'class'  => [
120
            'class' => [
121
                '0%'      => 0,
121
                '0%'      => 0,
122
                '0-10%'   => 0,
122
                '0-10%'   => 0,
123
                '10-20%'  => 0,
123
                '10-20%'  => 0,
124
                '20-30%'  => 0,
124
                '20-30%'  => 0,
125
                '30-40%'  => 0,
125
                '30-40%'  => 0,