@@ -54,20 +54,22 @@ protected function renderItems(FileNode $node): string
54
54
$ items = $ this ->renderItemTemplate (
55
55
$ template ,
56
56
[
57
- 'name ' => 'Total ' ,
58
- 'numClasses ' => $ node ->getNumClassesAndTraits (),
59
- 'numTestedClasses ' => $ node ->getNumTestedClassesAndTraits (),
60
- 'numMethods ' => $ node ->getNumFunctionsAndMethods (),
61
- 'numTestedMethods ' => $ node ->getNumTestedFunctionsAndMethods (),
62
- 'linesExecutedPercent ' => $ node ->getLineExecutedPercent (false ),
63
- 'linesExecutedPercentAsString ' => $ node ->getLineExecutedPercent (),
64
- 'numExecutedLines ' => $ node ->getNumExecutedLines (),
65
- 'numExecutableLines ' => $ node ->getNumExecutableLines (),
66
- 'testedMethodsPercent ' => $ node ->getTestedFunctionsAndMethodsPercent (false ),
67
- 'testedMethodsPercentAsString ' => $ node ->getTestedFunctionsAndMethodsPercent (),
68
- 'testedClassesPercent ' => $ node ->getTestedClassesAndTraitsPercent (false ),
69
- 'testedClassesPercentAsString ' => $ node ->getTestedClassesAndTraitsPercent (),
70
- 'crap ' => '<abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr> ' ,
57
+ 'name ' => 'Total ' ,
58
+ 'numClasses ' => $ node ->getNumClassesAndTraits (),
59
+ 'numTestedClasses ' => $ node ->getNumTestedClassesAndTraits (),
60
+ 'numMethods ' => $ node ->getNumFunctionsAndMethods (),
61
+ 'numTestedMethods ' => $ node ->getNumTestedFunctionsAndMethods (),
62
+ 'linesExecutedPercent ' => $ node ->getLineExecutedPercent (false ),
63
+ 'linesExecutedPercentAsString ' => $ node ->getLineExecutedPercent (),
64
+ 'numExecutedLines ' => $ node ->getNumExecutedLines (),
65
+ 'numExecutableLines ' => $ node ->getNumExecutableLines (),
66
+ 'testedMethodsPercent ' => $ node ->getTestedFunctionsAndMethodsPercent (false ),
67
+ 'testedMethodsPercentAsString ' => $ node ->getTestedFunctionsAndMethodsPercent (),
68
+ 'testedClassesPercent ' => $ node ->getTestedClassesAndTraitsPercent (false ),
69
+ 'testedClassesPercentAsString ' => $ node ->getTestedClassesAndTraitsPercent (),
70
+ 'testedBranchesPercent ' => $ node ->getTestedBranchesPercent (false ),
71
+ 'testedBranchesPercentAsString ' => $ node ->getTestedBranchesPercent (),
72
+ 'crap ' => '<abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr> ' ,
71
73
]
72
74
);
73
75
0 commit comments