Closed lucassabreu closed 3 years ago
Coverage report for commit: 48f41ee
File: clover.example.base.xml
Files | Lines | Methods | Branchs |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 86.05% | 70.59% | - |
AbstractRenderer.php | 100.00% | 100.00% | - |
AbstractRule.php | 80.00% | 72.00% | - |
PHPMD.php | 90.32% | 75.00% | - |
Parser.php | 89.19% | 92.86% | - |
ParserFactory.php | 90.63% | 71.43% | - |
ProcessingError.php | 100.00% | 100.00% | - |
Report.php | 100.00% | 100.00% | - |
RuleSet.php | 87.10% | 71.43% | - |
RuleSetFactory.php | 96.32% | 86.36% | - |
RuleViolation.php | 73.33% | 33.33% | - |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | - |
BaselineSet.php | 100.00% | 100.00% | - |
BaselineSetFactory.php | 100.00% | 100.00% | - |
BaselineValidator.php | 100.00% | 100.00% | - |
ViolationBaseline.php | 100.00% | 100.00% | - |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | - |
RuleClassNotFoundException.php | 100.00% | 100.00% | - |
RuleSetNotFoundException.php | 100.00% | 100.00% | - |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | - |
AbstractCallableNode.php | 100.00% | 100.00% | - |
AbstractNode.php | 100.00% | 100.00% | - |
AbstractTypeNode.php | 100.00% | 100.00% | - |
Annotation.php | 100.00% | 100.00% | - |
Annotations.php | 100.00% | 100.00% | - |
ClassNode.php | 100.00% | 100.00% | - |
FunctionNode.php | 50.00% | 50.00% | - |
InterfaceNode.php | 100.00% | 100.00% | - |
MethodNode.php | 100.00% | 100.00% | - |
TraitNode.php | 100.00% | 100.00% | - |
src/main/php/PHPMD/Renderer | |||
BaselineRenderer.php | 100.00% | 100.00% | - |
GitHubRenderer.php | 100.00% | 100.00% | - |
HTMLRenderer.php | 85.71% | 63.64% | - |
JSONRenderer.php | 100.00% | 100.00% | - |
RendererFactory.php | 100.00% | 100.00% | - |
SARIFRenderer.php | 98.36% | 80.00% | - |
TextRenderer.php | 100.00% | 100.00% | - |
XMLRenderer.php | 100.00% | 100.00% | - |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 87.32% | 69.23% | - |
CyclomaticComplexity.php | 100.00% | 100.00% | - |
ExcessivePublicCount.php | 100.00% | 100.00% | - |
UnusedFormalParameter.php | 100.00% | 100.00% | - |
UnusedLocalVariable.php | 96.92% | 84.62% | - |
UnusedPrivateField.php | 97.67% | 88.89% | - |
UnusedPrivateMethod.php | 100.00% | 100.00% | - |
src/main/php/PHPMD/Rule/CleanCode | |||
DuplicatedArrayKey.php | 84.38% | 50.00% | - |
ElseExpression.php | 90.00% | 66.67% | - |
ErrorControlOperator.php | 100.00% | 100.00% | - |
IfStatementAssignment.php | 95.00% | 80.00% | - |
MissingImport.php | 93.75% | 66.67% | - |
StaticAccess.php | 100.00% | 100.00% | - |
UndefinedVariable.php | 88.00% | 64.29% | - |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseMethodName.php | 100.00% | 100.00% | - |
CamelCaseParameterName.php | 100.00% | 100.00% | - |
CamelCasePropertyName.php | 100.00% | 100.00% | - |
CamelCaseVariableName.php | 93.75% | 50.00% | - |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.33% | 80.00% | - |
CouplingBetweenObjects.php | 100.00% | 100.00% | - |
DepthOfInheritance.php | 92.86% | 0.00% | - |
DevelopmentCodeFragment.php | 100.00% | 100.00% | - |
EmptyCatchBlock.php | 100.00% | 100.00% | - |
EvalExpression.php | 100.00% | 100.00% | - |
ExitExpression.php | 100.00% | 100.00% | - |
GotoStatement.php | 100.00% | 100.00% | - |
LongClass.php | 100.00% | 100.00% | - |
LongMethod.php | 100.00% | 100.00% | - |
LongParameterList.php | 100.00% | 100.00% | - |
NpathComplexity.php | 100.00% | 100.00% | - |
NumberOfChildren.php | 100.00% | 100.00% | - |
TooManyFields.php | 100.00% | 100.00% | - |
TooManyMethods.php | 100.00% | 100.00% | - |
TooManyPublicMethods.php | 100.00% | 100.00% | - |
WeightedMethodCount.php | 100.00% | 100.00% | - |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 100.00% | 100.00% | - |
ConstantNamingConventions.php | 100.00% | 100.00% | - |
ConstructorWithNameAsEnclosingClass.php | 88.89% | 0.00% | - |
LongClassName.php | 100.00% | 100.00% | - |
LongVariable.php | 100.00% | 100.00% | - |
ShortClassName.php | 100.00% | 100.00% | - |
ShortMethodName.php | 100.00% | 100.00% | - |
ShortVariable.php | 96.92% | 92.31% | - |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | - |
CommandLineOptions.php | 71.43% | 77.42% | - |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | - |
Strings.php | 100.00% | 100.00% | - |
:robot: comment via lucassabreu/comment-coverage-clover
Coverage report for commit: 48f41ee File:
clover.example.xml
Summary - Lines: 88.03% | Methods: 81.01%
:robot: comment via lucassabreu/comment-coverage-clover