Open lucassabreu opened 1 year ago
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% | 72.22% | 100.00% |
AbstractRenderer.php | 100.00% | 100.00% | 100.00% |
AbstractRule.php | 85.11% | 72.00% | 100.00% |
AbstractWriter.php | 100.00% | 100.00% | 100.00% |
PHPMD.php | 85.29% | 75.00% | 100.00% |
Parser.php | 75.00% | 81.25% | 100.00% |
ParserFactory.php | 91.67% | 71.43% | 100.00% |
ProcessingError.php | 100.00% | 100.00% | 100.00% |
Report.php | 100.00% | 100.00% | 100.00% |
Rule.php | 100.00% | 100.00% | 100.00% |
RuleClassFileNotFoundException.php | - | 100.00% | 100.00% |
RuleClassNotFoundException.php | - | 100.00% | 100.00% |
RuleSet.php | 89.47% | 71.43% | 100.00% |
RuleSetFactory.php | 96.55% | 86.36% | 100.00% |
RuleSetNotFoundException.php | - | 100.00% | 100.00% |
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | 100.00% |
BaselineMode.php | 100.00% | 100.00% | 100.00% |
BaselineSet.php | 100.00% | 100.00% | 100.00% |
BaselineSetFactory.php | 100.00% | 100.00% | 100.00% |
BaselineValidator.php | 100.00% | 100.00% | 100.00% |
ViolationBaseline.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleClassNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleSetNotFoundException.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | 100.00% |
AbstractCallableNode.php | 100.00% | 100.00% | 100.00% |
AbstractNode.php | 100.00% | 100.00% | 100.00% |
AbstractTypeNode.php | 100.00% | 100.00% | 100.00% |
Annotation.php | 100.00% | 100.00% | 100.00% |
Annotations.php | 100.00% | 100.00% | 100.00% |
ClassNode.php | 100.00% | 100.00% | 100.00% |
EnumNode.php | 100.00% | 100.00% | 100.00% |
FunctionNode.php | 60.00% | 50.00% | 100.00% |
InterfaceNode.php | 100.00% | 100.00% | 100.00% |
MethodNode.php | 97.14% | 87.50% | 100.00% |
TraitNode.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
AnsiRenderer.php | - | - | 100.00% |
BaselineRenderer.php | 100.00% | 100.00% | 100.00% |
CheckStyleRenderer.php | - | - | 100.00% |
GitHubRenderer.php | 100.00% | 100.00% | 100.00% |
GitLabRenderer.php | 100.00% | 100.00% | 100.00% |
HTMLRenderer.php | 86.51% | 63.64% | 100.00% |
JSONRenderer.php | 100.00% | 100.00% | 100.00% |
RendererFactory.php | 100.00% | 100.00% | 100.00% |
SARIFRenderer.php | 98.36% | 80.00% | 100.00% |
TextRenderer.php | 100.00% | 100.00% | 100.00% |
XMLRenderer.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 89.19% | 80.00% | 100.00% |
ClassAware.php | 100.00% | 100.00% | 100.00% |
CyclomaticComplexity.php | 100.00% | 100.00% | 100.00% |
EnumAware.php | 100.00% | 100.00% | 100.00% |
ExcessivePublicCount.php | 100.00% | 100.00% | 100.00% |
FunctionAware.php | 100.00% | 100.00% | 100.00% |
InterfaceAware.php | 100.00% | 100.00% | 100.00% |
MethodAware.php | 100.00% | 100.00% | 100.00% |
TraitAware.php | 100.00% | 100.00% | 100.00% |
UnusedFormalParameter.php | 100.00% | 100.00% | 100.00% |
UnusedLocalVariable.php | 97.26% | 84.62% | 100.00% |
UnusedPrivateField.php | 97.92% | 88.89% | 100.00% |
UnusedPrivateMethod.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% | 100.00% | 100.00% |
DuplicatedArrayKey.php | 94.12% | 75.00% | 100.00% |
ElseExpression.php | 90.91% | 66.67% | 100.00% |
ErrorControlOperator.php | 100.00% | 100.00% | 100.00% |
IfStatementAssignment.php | 95.45% | 80.00% | 100.00% |
MissingImport.php | 94.12% | 66.67% | 100.00% |
StaticAccess.php | 100.00% | 100.00% | 100.00% |
UndefinedVariable.php | 92.59% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseClassName.php | - | - | 100.00% |
CamelCaseMethodName.php | 100.00% | 100.00% | 100.00% |
CamelCaseParameterName.php | 100.00% | 100.00% | 100.00% |
CamelCasePropertyName.php | 100.00% | 100.00% | 100.00% |
CamelCaseVariableName.php | 94.12% | 50.00% | 100.00% |
Superglobals.php | - | - | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.75% | 80.00% | 100.00% |
CouplingBetweenObjects.php | 100.00% | 100.00% | 100.00% |
DepthOfInheritance.php | 93.33% | - | 100.00% |
DevelopmentCodeFragment.php | 100.00% | 100.00% | 100.00% |
EmptyCatchBlock.php | 100.00% | 100.00% | 100.00% |
EvalExpression.php | 100.00% | 100.00% | 100.00% |
ExitExpression.php | 100.00% | 100.00% | 100.00% |
GotoStatement.php | 100.00% | 100.00% | 100.00% |
LongClass.php | 100.00% | 100.00% | 100.00% |
LongMethod.php | 100.00% | 100.00% | 100.00% |
LongParameterList.php | 100.00% | 100.00% | 100.00% |
NpathComplexity.php | 100.00% | 100.00% | 100.00% |
NumberOfChildren.php | 100.00% | 100.00% | 100.00% |
TooManyFields.php | 100.00% | 100.00% | 100.00% |
TooManyMethods.php | 100.00% | 100.00% | 100.00% |
TooManyPublicMethods.php | 100.00% | 100.00% | 100.00% |
WeightedMethodCount.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% | 80.00% | 100.00% |
ConstantNamingConventions.php | 100.00% | 100.00% | 100.00% |
ConstructorWithNameAsEnclosingClass.php | 90.00% | - | 100.00% |
LongClassName.php | 100.00% | 100.00% | 100.00% |
LongVariable.php | 100.00% | 100.00% | 100.00% |
ShortClassName.php | 100.00% | 100.00% | 100.00% |
ShortMethodName.php | 100.00% | 100.00% | 100.00% |
ShortVariable.php | 97.22% | 92.31% | 100.00% |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | 100.00% |
CommandLineOptions.php | 90.91% | 75.00% | 100.00% |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | 100.00% |
Strings.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 83.33% | 75.00% | 100.00% |
valid file with inexistent base-file
Coverage report for commit: f2d7d4f
File: clover.pdepend.xml
Cover ┌─────────────────────────┐ Freq.
0% │ ███░░░░░░░░░░░░░░░░░░░░ │ 7.8%
10% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 1.2%
20% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 0.4%
30% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 0.8%
40% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 0.4%
50% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 1.6%
60% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 0.8%
70% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 2.5%
80% │ ███░░░░░░░░░░░░░░░░░░░░ │ 7.8%
90% │ ███░░░░░░░░░░░░░░░░░░░░ │ 6.2%
100% │ ███████████████████████ │ 70.4%
└─────────────────────────┘
*Legend:* █ = Current Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PDepend | |||
Application.php | 65.71% | 72.73% | 100.00% |
Engine.php | 95.45% | 89.29% | 100.00% |
src/main/php/PDepend/DependencyInjection/Compiler | |||
ProcessListenerPass.php | 75.00% | - | 100.00% |
src/main/php/PDepend/DependencyInjection | |||
Configuration.php | 94.59% | 50.00% | 100.00% |
ExtensionManager.php | 9.09% | 50.00% | 100.00% |
PdependExtension.php | 72.73% | 66.67% | 100.00% |
TreeBuilder.php | 71.43% | 66.67% | 100.00% |
src/main/php/PDepend/Input | |||
CompositeFilter.php | 100.00% | 100.00% | 100.00% |
ExcludePathFilter.php | 100.00% | 100.00% | 100.00% |
ExtensionFilter.php | 80.00% | 50.00% | 100.00% |
Iterator.php | 100.00% | 100.00% | 100.00% |
src/main/php/PDepend/Metrics | |||
AbstractCachingAnalyzer.php | 85.71% | 80.00% | 100.00% |
AnalyzerIterator.php | 100.00% | 100.00% | 100.00% |
src/main/php/PDepend/Metrics/Analyzer | |||
ClassDependencyAnalyzer.php | 84.72% | 83.33% | 100.00% |
ClassLevelAnalyzer.php | 98.95% | 91.67% | 100.00% |
CodeRankAnalyzer.php | 95.35% | 75.00% | 100.00% |
CouplingAnalyzer.php | 100.00% | 100.00% | 100.00% |
CrapIndexAnalyzer.php | 100.00% | 100.00% | 100.00% |
CyclomaticComplexityAnalyzer.php | 100.00% | 100.00% | 100.00% |
DependencyAnalyzer.php | 76.72% | 76.47% | 100.00% |
HalsteadAnalyzer.php | 81.93% | 85.71% | 100.00% |
HierarchyAnalyzer.php | 97.92% | 87.50% | 100.00% |
InheritanceAnalyzer.php | 100.00% | 100.00% | 100.00% |
MaintainabilityIndexAnalyzer.php | 100.00% | 100.00% | 100.00% |
NPathComplexityAnalyzer.php | 100.00% | 100.00% | 100.00% |
NodeCountAnalyzer.php | 100.00% | 100.00% | 100.00% |
NodeLocAnalyzer.php | 92.03% | 50.00% | 100.00% |
src/main/php/PDepend/Metrics/Analyzer/CodeRankAnalyzer | |||
InheritanceStrategy.php | 100.00% | 100.00% | 100.00% |
MethodStrategy.php | 100.00% | 100.00% | 100.00% |
PropertyStrategy.php | 100.00% | 100.00% | 100.00% |
StrategyFactory.php | 30.00% | - | 100.00% |
src/main/php/PDepend/Report | |||
ReportGeneratorFactory.php | 100.00% | 100.00% | 100.00% |
src/main/php/PDepend/Report/Dependencies | |||
Xml.php | 91.89% | 75.00% | 100.00% |
src/main/php/PDepend/Report/Jdepend | |||
Chart.php | 89.06% | 71.43% | 100.00% |
Xml.php | 7.00% | 25.00% | 100.00% |
src/main/php/PDepend/Report/Overview | |||
Pyramid.php | 97.65% | 85.71% | 100.00% |
src/main/php/PDepend/Report/Summary | |||
Xml.php | 94.55% | 64.29% | 100.00% |
src/main/php/PDepend/Source/AST | |||
ASTAllocationExpression.php | 100.00% | 100.00% | 100.00% |
ASTAnonymousClass.php | 86.11% | 90.00% | 100.00% |
ASTArguments.php | 80.00% | 66.67% | 100.00% |
ASTArray.php | 100.00% | 100.00% | 100.00% |
ASTArrayElement.php | 100.00% | 100.00% | 100.00% |
ASTArrayIndexExpression.php | 100.00% | 100.00% | 100.00% |
ASTArtifactList.php | 100.00% | 100.00% | 100.00% |
ASTAssignmentExpression.php | 100.00% | 100.00% | 100.00% |
ASTBooleanAndExpression.php | 100.00% | 100.00% | 100.00% |
ASTBooleanOrExpression.php | 100.00% | 100.00% | 100.00% |
ASTBreakStatement.php | 100.00% | 100.00% | 100.00% |
ASTCastExpression.php | 100.00% | 100.00% | 100.00% |
ASTCatchStatement.php | 100.00% | 100.00% | 100.00% |
ASTClass.php | 11.11% | - | 100.00% |
ASTClassFqnPostfix.php | 100.00% | 100.00% | 100.00% |
ASTClassOrInterfaceRecursiveInheritanceException.php | 100.00% | 100.00% | 100.00% |
ASTClassOrInterfaceReference.php | 100.00% | 100.00% | 100.00% |
ASTClassOrInterfaceReferenceIterator.php | 100.00% | 100.00% | 100.00% |
ASTClassReference.php | 100.00% | 100.00% | 100.00% |
ASTCloneExpression.php | 100.00% | 100.00% | 100.00% |
ASTClosure.php | 60.00% | 85.71% | 100.00% |
ASTComment.php | 100.00% | 100.00% | 100.00% |
ASTCompilationUnit.php | 97.30% | 94.44% | 100.00% |
ASTCompilationUnitNotFoundException.php | 100.00% | 100.00% | 100.00% |
ASTCompoundExpression.php | 100.00% | 100.00% | 100.00% |
ASTCompoundVariable.php | 100.00% | 100.00% | 100.00% |
ASTConditionalExpression.php | 100.00% | 100.00% | 100.00% |
ASTConstant.php | 100.00% | 100.00% | 100.00% |
ASTConstantDeclarator.php | 100.00% | 100.00% | 100.00% |
ASTConstantDefinition.php | 100.00% | 100.00% | 100.00% |
ASTConstantPostfix.php | 100.00% | 100.00% | 100.00% |
ASTContinueStatement.php | 100.00% | 100.00% | 100.00% |
ASTDeclareStatement.php | 100.00% | 100.00% | 100.00% |
ASTDoWhileStatement.php | 100.00% | 100.00% | 100.00% |
ASTEchoStatement.php | 100.00% | 100.00% | 100.00% |
ASTElseIfStatement.php | 100.00% | 100.00% | 100.00% |
ASTEvalExpression.php | 100.00% | 100.00% | 100.00% |
ASTExitExpression.php | 100.00% | 100.00% | 100.00% |
ASTExpression.php | 100.00% | 100.00% | 100.00% |
ASTFieldDeclaration.php | 75.00% | 80.00% | 100.00% |
ASTFinallyStatement.php | 100.00% | 100.00% | 100.00% |
ASTForInit.php | 100.00% | 100.00% | 100.00% |
ASTForStatement.php | 100.00% | 100.00% | 100.00% |
ASTForUpdate.php | 100.00% | 100.00% | 100.00% |
ASTForeachStatement.php | 100.00% | 100.00% | 100.00% |
ASTFormalParameter.php | 47.83% | 60.00% | 100.00% |
ASTFormalParameters.php | 100.00% | 100.00% | 100.00% |
ASTFunction.php | 100.00% | 100.00% | 100.00% |
ASTFunctionPostfix.php | 100.00% | 100.00% | 100.00% |
ASTGlobalStatement.php | 100.00% | 100.00% | 100.00% |
ASTGotoStatement.php | 100.00% | 100.00% | 100.00% |
ASTHeredoc.php | 100.00% | 100.00% | 100.00% |
ASTIdentifier.php | 100.00% | 100.00% | 100.00% |
ASTIfStatement.php | 100.00% | 100.00% | 100.00% |
ASTIncludeExpression.php | 100.00% | 100.00% | 100.00% |
ASTInstanceOfExpression.php | 100.00% | 100.00% | 100.00% |
ASTInterface.php | 100.00% | 100.00% | 100.00% |
ASTIssetExpression.php | 100.00% | 100.00% | 100.00% |
ASTLabelStatement.php | 100.00% | 100.00% | 100.00% |
ASTListExpression.php | 100.00% | 100.00% | 100.00% |
ASTLiteral.php | 100.00% | 100.00% | 100.00% |
ASTLogicalAndExpression.php | 100.00% | 100.00% | 100.00% |
ASTLogicalOrExpression.php | 100.00% | 100.00% | 100.00% |
ASTLogicalXorExpression.php | 100.00% | 100.00% | 100.00% |
ASTMemberPrimaryPrefix.php | 100.00% | 100.00% | 100.00% |
ASTMethod.php | 100.00% | 100.00% | 100.00% |
ASTMethodPostfix.php | 100.00% | 100.00% | 100.00% |
ASTNamespace.php | 100.00% | 100.00% | 100.00% |
ASTParameter.php | 53.03% | 94.74% | 100.00% |
ASTParentReference.php | 100.00% | 100.00% | 100.00% |
ASTPostfixExpression.php | 100.00% | 100.00% | 100.00% |
ASTPreDecrementExpression.php | 100.00% | 100.00% | 100.00% |
ASTPreIncrementExpression.php | 100.00% | 100.00% | 100.00% |
ASTPrintExpression.php | 100.00% | 100.00% | 100.00% |
ASTProperty.php | 70.37% | 85.71% | 100.00% |
ASTPropertyPostfix.php | 100.00% | 100.00% | 100.00% |
ASTRequireExpression.php | 100.00% | 100.00% | 100.00% |
ASTReturnStatement.php | 100.00% | 100.00% | 100.00% |
ASTScalarType.php | 50.00% | 50.00% | 100.00% |
ASTScope.php | 100.00% | 100.00% | 100.00% |
ASTScopeStatement.php | 100.00% | 100.00% | 100.00% |
ASTSelfReference.php | 100.00% | 100.00% | 100.00% |
ASTShiftLeftExpression.php | 100.00% | 100.00% | 100.00% |
ASTShiftRightExpression.php | 100.00% | 100.00% | 100.00% |
ASTStatement.php | 100.00% | 100.00% | 100.00% |
ASTStaticReference.php | 100.00% | 100.00% | 100.00% |
ASTStaticVariableDeclaration.php | 100.00% | 100.00% | 100.00% |
ASTString.php | 100.00% | 100.00% | 100.00% |
ASTStringIndexExpression.php | 100.00% | 100.00% | 100.00% |
ASTSwitchLabel.php | 100.00% | 100.00% | 100.00% |
ASTSwitchStatement.php | 100.00% | 100.00% | 100.00% |
ASTThrowStatement.php | 100.00% | 100.00% | 100.00% |
ASTTrait.php | 77.78% | 60.00% | 100.00% |
ASTTraitAdaptation.php | 100.00% | 100.00% | 100.00% |
ASTTraitAdaptationAlias.php | 100.00% | 100.00% | 100.00% |
ASTTraitAdaptationPrecedence.php | 100.00% | 100.00% | 100.00% |
ASTTraitMethodCollisionException.php | 100.00% | 100.00% | 100.00% |
ASTTraitReference.php | 100.00% | 100.00% | 100.00% |
ASTTraitUseStatement.php | 98.00% | 83.33% | 100.00% |
ASTTryStatement.php | 100.00% | 100.00% | 100.00% |
ASTType.php | 75.00% | 75.00% | 100.00% |
ASTTypeArray.php | 100.00% | 100.00% | 100.00% |
ASTTypeCallable.php | 100.00% | 100.00% | 100.00% |
ASTTypeIterable.php | 100.00% | 100.00% | 100.00% |
ASTUnaryExpression.php | 100.00% | 100.00% | 100.00% |
ASTUnsetStatement.php | 100.00% | 100.00% | 100.00% |
ASTValue.php | 100.00% | 100.00% | 100.00% |
ASTVariable.php | 100.00% | 100.00% | 100.00% |
ASTVariableDeclarator.php | 100.00% | 100.00% | 100.00% |
ASTVariableVariable.php | 100.00% | 100.00% | 100.00% |
ASTWhileStatement.php | 100.00% | 100.00% | 100.00% |
Table truncated to fit comment |
valid file with valid base-file
Coverage report for commit: f2d7d4f
File: clover.example.base.xml
Cover ┌─────────────────────────────────────────────────────────────────────────────┐ Freq.
0% │ ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 7.9%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 1.0%
60% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
70% │ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 2.0%
80% │ ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 3.0%
90% │ ██████████████▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 13.9%
100% │ ████████████████████████████████████████████████████████████████████████▒▒▒ │ 72.3%
└─────────────────────────────────────────────────────────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 87.76% | 72.22% | 100.00% |
AbstractRenderer.php | 100.00% | 100.00% | 100.00% |
AbstractRule.php | 80.00% | 72.00% | 100.00% |
PHPMD.php | 90.32% | 75.00% | 100.00% |
Parser.php | 89.19% | 92.86% | 100.00% |
ParserFactory.php | 90.63% | 71.43% | 100.00% |
ProcessingError.php | 100.00% | 100.00% | 100.00% |
Report.php | 100.00% | 100.00% | 100.00% |
RuleSet.php | 87.10% | 71.43% | 100.00% |
RuleSetFactory.php | 96.32% | 86.36% | 100.00% |
RuleViolation.php | 73.33% | 33.33% | 100.00% |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | 100.00% |
BaselineSet.php | 100.00% | 100.00% | 100.00% |
BaselineSetFactory.php | 100.00% | 100.00% | 100.00% |
BaselineValidator.php | 100.00% | 100.00% | 100.00% |
ViolationBaseline.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleClassNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleSetNotFoundException.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | 100.00% |
AbstractCallableNode.php | 100.00% | 100.00% | 100.00% |
AbstractNode.php | 100.00% | 100.00% | 100.00% |
AbstractTypeNode.php | 100.00% | 100.00% | 100.00% |
Annotation.php | 100.00% | 100.00% | 100.00% |
Annotations.php | 100.00% | 100.00% | 100.00% |
ClassNode.php | 100.00% | 100.00% | 100.00% |
FunctionNode.php | 50.00% | 50.00% | 100.00% |
InterfaceNode.php | 100.00% | 100.00% | 100.00% |
MethodNode.php | 100.00% | 100.00% | 100.00% |
TraitNode.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
BaselineRenderer.php | 100.00% | 100.00% | 100.00% |
GitHubRenderer.php | 100.00% | 100.00% | 100.00% |
HTMLRenderer.php | 85.71% | 63.64% | 100.00% |
JSONRenderer.php | 100.00% | 100.00% | 100.00% |
RendererFactory.php | 100.00% | 100.00% | 100.00% |
SARIFRenderer.php | 98.36% | 80.00% | 100.00% |
TextRenderer.php | 100.00% | 100.00% | 100.00% |
XMLRenderer.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 87.32% | 69.23% | 100.00% |
CyclomaticComplexity.php | 100.00% | 100.00% | 100.00% |
ExcessivePublicCount.php | 100.00% | 100.00% | 100.00% |
UnusedFormalParameter.php | 100.00% | 100.00% | 100.00% |
UnusedLocalVariable.php | 96.92% | 84.62% | 100.00% |
UnusedPrivateField.php | 97.67% | 88.89% | 100.00% |
UnusedPrivateMethod.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
DuplicatedArrayKey.php | 84.38% | 50.00% | 100.00% |
ElseExpression.php | 90.00% | 66.67% | 100.00% |
ErrorControlOperator.php | 100.00% | 100.00% | 100.00% |
IfStatementAssignment.php | 95.00% | 80.00% | 100.00% |
MissingImport.php | 93.75% | 66.67% | 100.00% |
StaticAccess.php | 100.00% | 100.00% | 100.00% |
UndefinedVariable.php | 91.30% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseMethodName.php | 100.00% | 100.00% | 100.00% |
CamelCaseParameterName.php | 100.00% | 100.00% | 100.00% |
CamelCasePropertyName.php | 100.00% | 100.00% | 100.00% |
CamelCaseVariableName.php | 93.75% | 50.00% | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.33% | 80.00% | 100.00% |
CouplingBetweenObjects.php | 100.00% | 100.00% | 100.00% |
DepthOfInheritance.php | 92.86% | - | 100.00% |
DevelopmentCodeFragment.php | 100.00% | 100.00% | 100.00% |
EmptyCatchBlock.php | 100.00% | 100.00% | 100.00% |
EvalExpression.php | 100.00% | 100.00% | 100.00% |
ExitExpression.php | 100.00% | 100.00% | 100.00% |
GotoStatement.php | 100.00% | 100.00% | 100.00% |
LongClass.php | 100.00% | 100.00% | 100.00% |
LongMethod.php | 100.00% | 100.00% | 100.00% |
LongParameterList.php | 100.00% | 100.00% | 100.00% |
NpathComplexity.php | 100.00% | 100.00% | 100.00% |
NumberOfChildren.php | 100.00% | 100.00% | 100.00% |
TooManyFields.php | 100.00% | 100.00% | 100.00% |
TooManyMethods.php | 100.00% | 100.00% | 100.00% |
TooManyPublicMethods.php | 100.00% | 100.00% | 100.00% |
WeightedMethodCount.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 100.00% | 100.00% | 100.00% |
ConstantNamingConventions.php | 100.00% | 100.00% | 100.00% |
ConstructorWithNameAsEnclosingClass.php | 88.89% | - | 100.00% |
LongClassName.php | 100.00% | 100.00% | 100.00% |
LongVariable.php | 100.00% | 100.00% | 100.00% |
ShortClassName.php | 100.00% | 100.00% | 100.00% |
ShortMethodName.php | 100.00% | 100.00% | 100.00% |
ShortVariable.php | 96.92% | 92.31% | 100.00% |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | 100.00% |
CommandLineOptions.php | 71.43% | 77.42% | 100.00% |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | 100.00% |
Strings.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 80.00% | 75.00% | 100.00% |
valid file with valid base-file, with custom chart-size
Coverage report for commit: f2d7d4f
File: clover.example.xml
:warning: Minimum line coverage is 99.30%, currently it is 90.38%
Cover ┌─────────────────────────┐ Freq.
0% │ ███░░░░░░░░░░░░░░░░░░░░ │ 6.7%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 1.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 2.9%
90% │ ██████░░░░░░░░░░░░░░░░░ │ 16.2%
100% │ ███████████████████████ │ 73.3%
└─────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% | 72.22% | 100.00% |
AbstractRenderer.php | 100.00% | 100.00% | 100.00% |
AbstractRule.php | 85.11% | 72.00% | 100.00% |
AbstractWriter.php | 100.00% | 100.00% | 100.00% |
PHPMD.php | 85.29% | 75.00% | 100.00% |
Parser.php | 75.00% | 81.25% | 100.00% |
ParserFactory.php | 91.67% | 71.43% | 100.00% |
ProcessingError.php | 100.00% | 100.00% | 100.00% |
Report.php | 100.00% | 100.00% | 100.00% |
Rule.php | 100.00% | 100.00% | 100.00% |
RuleClassFileNotFoundException.php | - | 100.00% | 100.00% |
RuleClassNotFoundException.php | - | 100.00% | 100.00% |
RuleSet.php | 89.47% | 71.43% | 100.00% |
RuleSetFactory.php | 96.55% | 86.36% | 100.00% |
RuleSetNotFoundException.php | - | 100.00% | 100.00% |
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | 100.00% |
BaselineMode.php | 100.00% | 100.00% | 100.00% |
BaselineSet.php | 100.00% | 100.00% | 100.00% |
BaselineSetFactory.php | 100.00% | 100.00% | 100.00% |
BaselineValidator.php | 100.00% | 100.00% | 100.00% |
ViolationBaseline.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleClassNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleSetNotFoundException.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | 100.00% |
AbstractCallableNode.php | 100.00% | 100.00% | 100.00% |
AbstractNode.php | 100.00% | 100.00% | 100.00% |
AbstractTypeNode.php | 100.00% | 100.00% | 100.00% |
Annotation.php | 100.00% | 100.00% | 100.00% |
Annotations.php | 100.00% | 100.00% | 100.00% |
ClassNode.php | 100.00% | 100.00% | 100.00% |
EnumNode.php | 100.00% | 100.00% | 100.00% |
FunctionNode.php | 60.00% | 50.00% | 100.00% |
InterfaceNode.php | 100.00% | 100.00% | 100.00% |
MethodNode.php | 97.14% | 87.50% | 100.00% |
TraitNode.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
AnsiRenderer.php | - | - | 100.00% |
BaselineRenderer.php | 100.00% | 100.00% | 100.00% |
CheckStyleRenderer.php | - | - | 100.00% |
GitHubRenderer.php | 100.00% | 100.00% | 100.00% |
GitLabRenderer.php | 100.00% | 100.00% | 100.00% |
HTMLRenderer.php | 86.51% | 63.64% | 100.00% |
JSONRenderer.php | 100.00% | 100.00% | 100.00% |
RendererFactory.php | 100.00% | 100.00% | 100.00% |
SARIFRenderer.php | 98.36% | 80.00% | 100.00% |
TextRenderer.php | 100.00% | 100.00% | 100.00% |
XMLRenderer.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 89.19% | 80.00% | 100.00% |
ClassAware.php | 100.00% | 100.00% | 100.00% |
CyclomaticComplexity.php | 100.00% | 100.00% | 100.00% |
EnumAware.php | 100.00% | 100.00% | 100.00% |
ExcessivePublicCount.php | 100.00% | 100.00% | 100.00% |
FunctionAware.php | 100.00% | 100.00% | 100.00% |
InterfaceAware.php | 100.00% | 100.00% | 100.00% |
MethodAware.php | 100.00% | 100.00% | 100.00% |
TraitAware.php | 100.00% | 100.00% | 100.00% |
UnusedFormalParameter.php | 100.00% | 100.00% | 100.00% |
UnusedLocalVariable.php | 97.26% | 84.62% | 100.00% |
UnusedPrivateField.php | 97.92% | 88.89% | 100.00% |
UnusedPrivateMethod.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% | 100.00% | 100.00% |
DuplicatedArrayKey.php | 94.12% | 75.00% | 100.00% |
ElseExpression.php | 90.91% | 66.67% | 100.00% |
ErrorControlOperator.php | 100.00% | 100.00% | 100.00% |
IfStatementAssignment.php | 95.45% | 80.00% | 100.00% |
MissingImport.php | 94.12% | 66.67% | 100.00% |
StaticAccess.php | 100.00% | 100.00% | 100.00% |
UndefinedVariable.php | 92.59% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseClassName.php | - | - | 100.00% |
CamelCaseMethodName.php | 100.00% | 100.00% | 100.00% |
CamelCaseParameterName.php | 100.00% | 100.00% | 100.00% |
CamelCasePropertyName.php | 100.00% | 100.00% | 100.00% |
CamelCaseVariableName.php | 94.12% | 50.00% | 100.00% |
Superglobals.php | - | - | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.75% | 80.00% | 100.00% |
CouplingBetweenObjects.php | 100.00% | 100.00% | 100.00% |
DepthOfInheritance.php | 93.33% | - | 100.00% |
DevelopmentCodeFragment.php | 100.00% | 100.00% | 100.00% |
EmptyCatchBlock.php | 100.00% | 100.00% | 100.00% |
EvalExpression.php | 100.00% | 100.00% | 100.00% |
ExitExpression.php | 100.00% | 100.00% | 100.00% |
GotoStatement.php | 100.00% | 100.00% | 100.00% |
LongClass.php | 100.00% | 100.00% | 100.00% |
LongMethod.php | 100.00% | 100.00% | 100.00% |
LongParameterList.php | 100.00% | 100.00% | 100.00% |
NpathComplexity.php | 100.00% | 100.00% | 100.00% |
NumberOfChildren.php | 100.00% | 100.00% | 100.00% |
TooManyFields.php | 100.00% | 100.00% | 100.00% |
TooManyMethods.php | 100.00% | 100.00% | 100.00% |
TooManyPublicMethods.php | 100.00% | 100.00% | 100.00% |
WeightedMethodCount.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% | 80.00% | 100.00% |
ConstantNamingConventions.php | 100.00% | 100.00% | 100.00% |
ConstructorWithNameAsEnclosingClass.php | 90.00% | - | 100.00% |
LongClassName.php | 100.00% | 100.00% | 100.00% |
LongVariable.php | 100.00% | 100.00% | 100.00% |
ShortClassName.php | 100.00% | 100.00% | 100.00% |
ShortMethodName.php | 100.00% | 100.00% | 100.00% |
ShortVariable.php | 97.22% | 92.31% | 100.00% |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | 100.00% |
CommandLineOptions.php | 90.91% | 75.00% | 100.00% |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | 100.00% |
Strings.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 83.33% | 75.00% | 100.00% |
valid file with valid base-file, with blocking
Coverage report for commit: f2d7d4f
File: clover.example.xml
Cover ┌─────────────────────────┐ Freq.
0% │ ███░░░░░░░░░░░░░░░░░░░░ │ 6.7%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 1.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 2.9%
90% │ ██████░░░░░░░░░░░░░░░░░ │ 16.2%
100% │ ███████████████████████ │ 73.3%
└─────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% | 72.22% | 100.00% |
AbstractRenderer.php | 100.00% | 100.00% | 100.00% |
AbstractRule.php | 85.11% | 72.00% | 100.00% |
AbstractWriter.php | 100.00% | 100.00% | 100.00% |
PHPMD.php | 85.29% | 75.00% | 100.00% |
Parser.php | 75.00% | 81.25% | 100.00% |
ParserFactory.php | 91.67% | 71.43% | 100.00% |
ProcessingError.php | 100.00% | 100.00% | 100.00% |
Report.php | 100.00% | 100.00% | 100.00% |
Rule.php | 100.00% | 100.00% | 100.00% |
RuleClassFileNotFoundException.php | - | 100.00% | 100.00% |
RuleClassNotFoundException.php | - | 100.00% | 100.00% |
RuleSet.php | 89.47% | 71.43% | 100.00% |
RuleSetFactory.php | 96.55% | 86.36% | 100.00% |
RuleSetNotFoundException.php | - | 100.00% | 100.00% |
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | 100.00% |
BaselineMode.php | 100.00% | 100.00% | 100.00% |
BaselineSet.php | 100.00% | 100.00% | 100.00% |
BaselineSetFactory.php | 100.00% | 100.00% | 100.00% |
BaselineValidator.php | 100.00% | 100.00% | 100.00% |
ViolationBaseline.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleClassNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleSetNotFoundException.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | 100.00% |
AbstractCallableNode.php | 100.00% | 100.00% | 100.00% |
AbstractNode.php | 100.00% | 100.00% | 100.00% |
AbstractTypeNode.php | 100.00% | 100.00% | 100.00% |
Annotation.php | 100.00% | 100.00% | 100.00% |
Annotations.php | 100.00% | 100.00% | 100.00% |
ClassNode.php | 100.00% | 100.00% | 100.00% |
EnumNode.php | 100.00% | 100.00% | 100.00% |
FunctionNode.php | 60.00% | 50.00% | 100.00% |
InterfaceNode.php | 100.00% | 100.00% | 100.00% |
MethodNode.php | 97.14% | 87.50% | 100.00% |
TraitNode.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
AnsiRenderer.php | - | - | 100.00% |
BaselineRenderer.php | 100.00% | 100.00% | 100.00% |
CheckStyleRenderer.php | - | - | 100.00% |
GitHubRenderer.php | 100.00% | 100.00% | 100.00% |
GitLabRenderer.php | 100.00% | 100.00% | 100.00% |
HTMLRenderer.php | 86.51% | 63.64% | 100.00% |
JSONRenderer.php | 100.00% | 100.00% | 100.00% |
RendererFactory.php | 100.00% | 100.00% | 100.00% |
SARIFRenderer.php | 98.36% | 80.00% | 100.00% |
TextRenderer.php | 100.00% | 100.00% | 100.00% |
XMLRenderer.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 89.19% | 80.00% | 100.00% |
ClassAware.php | 100.00% | 100.00% | 100.00% |
CyclomaticComplexity.php | 100.00% | 100.00% | 100.00% |
EnumAware.php | 100.00% | 100.00% | 100.00% |
ExcessivePublicCount.php | 100.00% | 100.00% | 100.00% |
FunctionAware.php | 100.00% | 100.00% | 100.00% |
InterfaceAware.php | 100.00% | 100.00% | 100.00% |
MethodAware.php | 100.00% | 100.00% | 100.00% |
TraitAware.php | 100.00% | 100.00% | 100.00% |
UnusedFormalParameter.php | 100.00% | 100.00% | 100.00% |
UnusedLocalVariable.php | 97.26% | 84.62% | 100.00% |
UnusedPrivateField.php | 97.92% | 88.89% | 100.00% |
UnusedPrivateMethod.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% | 100.00% | 100.00% |
DuplicatedArrayKey.php | 94.12% | 75.00% | 100.00% |
ElseExpression.php | 90.91% | 66.67% | 100.00% |
ErrorControlOperator.php | 100.00% | 100.00% | 100.00% |
IfStatementAssignment.php | 95.45% | 80.00% | 100.00% |
MissingImport.php | 94.12% | 66.67% | 100.00% |
StaticAccess.php | 100.00% | 100.00% | 100.00% |
UndefinedVariable.php | 92.59% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseClassName.php | - | - | 100.00% |
CamelCaseMethodName.php | 100.00% | 100.00% | 100.00% |
CamelCaseParameterName.php | 100.00% | 100.00% | 100.00% |
CamelCasePropertyName.php | 100.00% | 100.00% | 100.00% |
CamelCaseVariableName.php | 94.12% | 50.00% | 100.00% |
Superglobals.php | - | - | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.75% | 80.00% | 100.00% |
CouplingBetweenObjects.php | 100.00% | 100.00% | 100.00% |
DepthOfInheritance.php | 93.33% | - | 100.00% |
DevelopmentCodeFragment.php | 100.00% | 100.00% | 100.00% |
EmptyCatchBlock.php | 100.00% | 100.00% | 100.00% |
EvalExpression.php | 100.00% | 100.00% | 100.00% |
ExitExpression.php | 100.00% | 100.00% | 100.00% |
GotoStatement.php | 100.00% | 100.00% | 100.00% |
LongClass.php | 100.00% | 100.00% | 100.00% |
LongMethod.php | 100.00% | 100.00% | 100.00% |
LongParameterList.php | 100.00% | 100.00% | 100.00% |
NpathComplexity.php | 100.00% | 100.00% | 100.00% |
NumberOfChildren.php | 100.00% | 100.00% | 100.00% |
TooManyFields.php | 100.00% | 100.00% | 100.00% |
TooManyMethods.php | 100.00% | 100.00% | 100.00% |
TooManyPublicMethods.php | 100.00% | 100.00% | 100.00% |
WeightedMethodCount.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% | 80.00% | 100.00% |
ConstantNamingConventions.php | 100.00% | 100.00% | 100.00% |
ConstructorWithNameAsEnclosingClass.php | 90.00% | - | 100.00% |
LongClassName.php | 100.00% | 100.00% | 100.00% |
LongVariable.php | 100.00% | 100.00% | 100.00% |
ShortClassName.php | 100.00% | 100.00% | 100.00% |
ShortMethodName.php | 100.00% | 100.00% | 100.00% |
ShortVariable.php | 97.22% | 92.31% | 100.00% |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | 100.00% |
CommandLineOptions.php | 90.91% | 75.00% | 100.00% |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | 100.00% |
Strings.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 83.33% | 75.00% | 100.00% |
valid file with valid base-file, without blocking
Coverage report for commit: f2d7d4f
File: clover.example.xml
:warning: Minimum line coverage is 99.30%, currently it is 90.38%
Cover ┌─────────────────────────┐ Freq.
0% │ ███░░░░░░░░░░░░░░░░░░░░ │ 6.7%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 1.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ █░░░░░░░░░░░░░░░░░░░░░░ │ 2.9%
90% │ ██████░░░░░░░░░░░░░░░░░ │ 16.2%
100% │ ███████████████████████ │ 73.3%
└─────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Summary - Lines: 90.38% :arrow_up_small: | Methods: 81.64% :arrow_up_small:
valid file with valid base-file, without table
Coverage report for commit: f2d7d4f
File: clover.example.xml
:warning: Minimum line coverage is 99.30%, currently it is 90.38%
Summary - Lines: 90.38% :arrow_up_small: | Methods: 81.64% :arrow_up_small:
valid file with valid base-file, without table or chart
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Node | |||
FunctionNode.php | 60.00% | 50.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
AnsiRenderer.php | - | - | 100.00% |
CheckStyleRenderer.php | - | - | 100.00% |
HTMLRenderer.php | 86.51% | 63.64% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
ElseExpression.php | 90.91% | 66.67% | 100.00% |
MissingImport.php | 94.12% | 66.67% | 100.00% |
UndefinedVariable.php | 92.59% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseClassName.php | - | - | 100.00% |
CamelCaseVariableName.php | 94.12% | 50.00% | 100.00% |
Superglobals.php | - | - | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
DepthOfInheritance.php | 93.33% | - | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
ConstructorWithNameAsEnclosingClass.php | 90.00% | - | 100.00% |
clover file to comment - only below 70% methods coverage
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
Parser.php | 75.00% | 81.25% | 100.00% |
RuleClassFileNotFoundException.php | - | 100.00% | 100.00% |
RuleClassNotFoundException.php | - | 100.00% | 100.00% |
RuleSetNotFoundException.php | - | 100.00% | 100.00% |
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Node | |||
FunctionNode.php | 60.00% | 50.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
AnsiRenderer.php | - | - | 100.00% |
CheckStyleRenderer.php | - | - | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseClassName.php | - | - | 100.00% |
Superglobals.php | - | - | 100.00% |
clover file to comment - only below 80% lines coveraged
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% | 72.22% | 100.00% |
AbstractRenderer.php | 100.00% | 100.00% | 100.00% |
AbstractRule.php | 85.11% | 72.00% | 100.00% |
AbstractWriter.php | 100.00% | 100.00% | 100.00% |
PHPMD.php | 85.29% | 75.00% | 100.00% |
Parser.php | 75.00% | 81.25% | 100.00% |
ParserFactory.php | 91.67% | 71.43% | 100.00% |
ProcessingError.php | 100.00% | 100.00% | 100.00% |
Report.php | 100.00% | 100.00% | 100.00% |
Rule.php | 100.00% | 100.00% | 100.00% |
RuleClassFileNotFoundException.php | - | 100.00% | 100.00% |
RuleClassNotFoundException.php | - | 100.00% | 100.00% |
RuleSet.php | 89.47% | 71.43% | 100.00% |
RuleSetFactory.php | 96.55% | 86.36% | 100.00% |
RuleSetNotFoundException.php | - | 100.00% | 100.00% |
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | 100.00% |
BaselineMode.php | 100.00% | 100.00% | 100.00% |
BaselineSet.php | 100.00% | 100.00% | 100.00% |
BaselineSetFactory.php | 100.00% | 100.00% | 100.00% |
BaselineValidator.php | 100.00% | 100.00% | 100.00% |
ViolationBaseline.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleClassNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleSetNotFoundException.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | 100.00% |
AbstractCallableNode.php | 100.00% | 100.00% | 100.00% |
AbstractNode.php | 100.00% | 100.00% | 100.00% |
AbstractTypeNode.php | 100.00% | 100.00% | 100.00% |
Annotation.php | 100.00% | 100.00% | 100.00% |
Annotations.php | 100.00% | 100.00% | 100.00% |
ClassNode.php | 100.00% | 100.00% | 100.00% |
EnumNode.php | 100.00% | 100.00% | 100.00% |
FunctionNode.php | 60.00% | 50.00% | 100.00% |
InterfaceNode.php | 100.00% | 100.00% | 100.00% |
MethodNode.php | 97.14% | 87.50% | 100.00% |
TraitNode.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
BaselineRenderer.php | 100.00% | 100.00% | 100.00% |
GitHubRenderer.php | 100.00% | 100.00% | 100.00% |
GitLabRenderer.php | 100.00% | 100.00% | 100.00% |
HTMLRenderer.php | 86.51% | 63.64% | 100.00% |
JSONRenderer.php | 100.00% | 100.00% | 100.00% |
RendererFactory.php | 100.00% | 100.00% | 100.00% |
SARIFRenderer.php | 98.36% | 80.00% | 100.00% |
TextRenderer.php | 100.00% | 100.00% | 100.00% |
XMLRenderer.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 89.19% | 80.00% | 100.00% |
ClassAware.php | 100.00% | 100.00% | 100.00% |
CyclomaticComplexity.php | 100.00% | 100.00% | 100.00% |
EnumAware.php | 100.00% | 100.00% | 100.00% |
ExcessivePublicCount.php | 100.00% | 100.00% | 100.00% |
FunctionAware.php | 100.00% | 100.00% | 100.00% |
InterfaceAware.php | 100.00% | 100.00% | 100.00% |
MethodAware.php | 100.00% | 100.00% | 100.00% |
TraitAware.php | 100.00% | 100.00% | 100.00% |
UnusedFormalParameter.php | 100.00% | 100.00% | 100.00% |
UnusedLocalVariable.php | 97.26% | 84.62% | 100.00% |
UnusedPrivateField.php | 97.92% | 88.89% | 100.00% |
UnusedPrivateMethod.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% | 100.00% | 100.00% |
DuplicatedArrayKey.php | 94.12% | 75.00% | 100.00% |
ElseExpression.php | 90.91% | 66.67% | 100.00% |
ErrorControlOperator.php | 100.00% | 100.00% | 100.00% |
IfStatementAssignment.php | 95.45% | 80.00% | 100.00% |
MissingImport.php | 94.12% | 66.67% | 100.00% |
StaticAccess.php | 100.00% | 100.00% | 100.00% |
UndefinedVariable.php | 92.59% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseMethodName.php | 100.00% | 100.00% | 100.00% |
CamelCaseParameterName.php | 100.00% | 100.00% | 100.00% |
CamelCasePropertyName.php | 100.00% | 100.00% | 100.00% |
CamelCaseVariableName.php | 94.12% | 50.00% | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.75% | 80.00% | 100.00% |
CouplingBetweenObjects.php | 100.00% | 100.00% | 100.00% |
DevelopmentCodeFragment.php | 100.00% | 100.00% | 100.00% |
EmptyCatchBlock.php | 100.00% | 100.00% | 100.00% |
EvalExpression.php | 100.00% | 100.00% | 100.00% |
ExitExpression.php | 100.00% | 100.00% | 100.00% |
GotoStatement.php | 100.00% | 100.00% | 100.00% |
LongClass.php | 100.00% | 100.00% | 100.00% |
LongMethod.php | 100.00% | 100.00% | 100.00% |
LongParameterList.php | 100.00% | 100.00% | 100.00% |
NpathComplexity.php | 100.00% | 100.00% | 100.00% |
NumberOfChildren.php | 100.00% | 100.00% | 100.00% |
TooManyFields.php | 100.00% | 100.00% | 100.00% |
TooManyMethods.php | 100.00% | 100.00% | 100.00% |
TooManyPublicMethods.php | 100.00% | 100.00% | 100.00% |
WeightedMethodCount.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% | 80.00% | 100.00% |
ConstantNamingConventions.php | 100.00% | 100.00% | 100.00% |
LongClassName.php | 100.00% | 100.00% | 100.00% |
LongVariable.php | 100.00% | 100.00% | 100.00% |
ShortClassName.php | 100.00% | 100.00% | 100.00% |
ShortMethodName.php | 100.00% | 100.00% | 100.00% |
ShortVariable.php | 97.22% | 92.31% | 100.00% |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | 100.00% |
CommandLineOptions.php | 90.91% | 75.00% | 100.00% |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | 100.00% |
Strings.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 83.33% | 75.00% | 100.00% |
clover file to comment - only above 10% methods coverage
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
Parser.php | 75.00% | 81.25% | 100.00% |
RuleViolation.php | 77.42% | 41.67% | 100.00% |
src/main/php/PHPMD/Node | |||
FunctionNode.php | 60.00% | 50.00% | 100.00% |
clover file to comment - only between 50% and 80% line coverage
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractRule.php | 85.11% :arrow_up_small: | 72.00% :stop_button: | 100.00% :stop_button: |
PHPMD.php | 85.29% :arrow_down_small: | 75.00% :stop_button: | 100.00% :stop_button: |
Parser.php | 75.00% :arrow_down_small: | 81.25% :arrow_down_small: | 100.00% :stop_button: |
src/main/php/PHPMD/Node | |||
EnumNode.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
FunctionNode.php | 60.00% :arrow_up_small: | 50.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Renderer | |||
GitLabRenderer.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
src/main/php/PHPMD/Rule | |||
EnumAware.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
TraitAware.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% :arrow_up_small: | 100.00% :arrow_up_small: | 100.00% :stop_button: |
DuplicatedArrayKey.php | 94.12% :arrow_up_small: | 75.00% :arrow_up_small: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% :arrow_down_small: | 80.00% :arrow_down_small: | 100.00% :stop_button: |
src/main/php/PHPMD/TextUI | |||
CommandLineOptions.php | 90.91% :arrow_up_small: | 75.00% :arrow_down_small: | 100.00% :stop_button: |
clover file to comment - only with percentage change
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% :arrow_up_small: | 72.22% :stop_button: | 100.00% :stop_button: |
AbstractRenderer.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
AbstractRule.php | 85.11% :arrow_up_small: | 72.00% :stop_button: | 100.00% :stop_button: |
AbstractWriter.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
PHPMD.php | 85.29% :arrow_down_small: | 75.00% :stop_button: | 100.00% :stop_button: |
Parser.php | 75.00% :arrow_down_small: | 81.25% :arrow_down_small: | 100.00% :stop_button: |
ParserFactory.php | 91.67% :arrow_up_small: | 71.43% :stop_button: | 100.00% :stop_button: |
ProcessingError.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
Report.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
Rule.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RuleClassFileNotFoundException.php | - :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RuleClassNotFoundException.php | - :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RuleSet.php | 89.47% :arrow_up_small: | 71.43% :stop_button: | 100.00% :stop_button: |
RuleSetFactory.php | 96.55% :arrow_up_small: | 86.36% :stop_button: | 100.00% :stop_button: |
RuleSetNotFoundException.php | - :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RuleViolation.php | 77.42% :arrow_up_small: | 41.67% :arrow_up_small: | 100.00% :stop_button: |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
BaselineMode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
BaselineSet.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
BaselineSetFactory.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
BaselineValidator.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ViolationBaseline.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RuleClassNotFoundException.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RuleSetNotFoundException.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
AbstractCallableNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
AbstractNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
AbstractTypeNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
Annotation.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
Annotations.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ClassNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
EnumNode.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
FunctionNode.php | 60.00% :arrow_up_small: | 50.00% :stop_button: | 100.00% :stop_button: |
InterfaceNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
MethodNode.php | 97.14% :arrow_down_small: | 87.50% :arrow_down_small: | 100.00% :stop_button: |
TraitNode.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Renderer | |||
AnsiRenderer.php | - :stop_button: | - :stop_button: | 100.00% :stop_button: |
BaselineRenderer.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
CheckStyleRenderer.php | - :stop_button: | - :stop_button: | 100.00% :stop_button: |
GitHubRenderer.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
GitLabRenderer.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
HTMLRenderer.php | 86.51% :arrow_up_small: | 63.64% :stop_button: | 100.00% :stop_button: |
JSONRenderer.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
RendererFactory.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
SARIFRenderer.php | 98.36% :stop_button: | 80.00% :stop_button: | 100.00% :stop_button: |
TextRenderer.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
XMLRenderer.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 89.19% :arrow_up_small: | 80.00% :arrow_up_small: | 100.00% :stop_button: |
ClassAware.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
CyclomaticComplexity.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
EnumAware.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
ExcessivePublicCount.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
FunctionAware.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
InterfaceAware.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
MethodAware.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
TraitAware.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
UnusedFormalParameter.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
UnusedLocalVariable.php | 97.26% :arrow_up_small: | 84.62% :stop_button: | 100.00% :stop_button: |
UnusedPrivateField.php | 97.92% :arrow_up_small: | 88.89% :stop_button: | 100.00% :stop_button: |
UnusedPrivateMethod.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% :arrow_up_small: | 100.00% :arrow_up_small: | 100.00% :stop_button: |
DuplicatedArrayKey.php | 94.12% :arrow_up_small: | 75.00% :arrow_up_small: | 100.00% :stop_button: |
ElseExpression.php | 90.91% :arrow_up_small: | 66.67% :stop_button: | 100.00% :stop_button: |
ErrorControlOperator.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
IfStatementAssignment.php | 95.45% :arrow_up_small: | 80.00% :stop_button: | 100.00% :stop_button: |
MissingImport.php | 94.12% :arrow_up_small: | 66.67% :stop_button: | 100.00% :stop_button: |
StaticAccess.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
UndefinedVariable.php | 92.59% :arrow_up_small: | 64.29% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseClassName.php | - :stop_button: | - :stop_button: | 100.00% :stop_button: |
CamelCaseMethodName.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
CamelCaseParameterName.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
CamelCasePropertyName.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
CamelCaseVariableName.php | 94.12% :arrow_up_small: | 50.00% :stop_button: | 100.00% :stop_button: |
Superglobals.php | - :stop_button: | - :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.75% :arrow_up_small: | 80.00% :stop_button: | 100.00% :stop_button: |
CouplingBetweenObjects.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
DepthOfInheritance.php | 93.33% :arrow_up_small: | - :stop_button: | 100.00% :stop_button: |
DevelopmentCodeFragment.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
EmptyCatchBlock.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
EvalExpression.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ExitExpression.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
GotoStatement.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
LongClass.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
LongMethod.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
LongParameterList.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
NpathComplexity.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
NumberOfChildren.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
TooManyFields.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
TooManyMethods.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
TooManyPublicMethods.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
WeightedMethodCount.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% :arrow_down_small: | 80.00% :arrow_down_small: | 100.00% :stop_button: |
ConstantNamingConventions.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ConstructorWithNameAsEnclosingClass.php | 90.00% :arrow_up_small: | - :stop_button: | 100.00% :stop_button: |
LongClassName.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
LongVariable.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ShortClassName.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ShortMethodName.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
ShortVariable.php | 97.22% :arrow_up_small: | 92.31% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
CommandLineOptions.php | 90.91% :arrow_up_small: | 75.00% :arrow_down_small: | 100.00% :stop_button: |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
Strings.php | 100.00% :stop_button: | 100.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 83.33% :arrow_up_small: | 75.00% :stop_button: | 100.00% :stop_button: |
clover file to comment - show delta per file
Coverage report for commit: f2d7d4f
File: nolines.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/Hugger | |||
Common.php | 100.00% | 100.00% | 100.00% |
Friendly.php | 100.00% | 100.00% | 100.00% |
only coverable lines
Coverage report for commit: f2d7d4f
File: clover.example.xml
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractRule.php | 85.11% :arrow_up_small: | 72.00% :stop_button: | 100.00% :stop_button: |
PHPMD.php | 85.29% :arrow_down_small: | 75.00% :stop_button: | 100.00% :stop_button: |
Parser.php | 75.00% :arrow_down_small: | 81.25% :arrow_down_small: | 100.00% :stop_button: |
src/main/php/PHPMD/Node | |||
EnumNode.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
FunctionNode.php | 60.00% :arrow_up_small: | 50.00% :stop_button: | 100.00% :stop_button: |
src/main/php/PHPMD/Renderer | |||
GitLabRenderer.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
src/main/php/PHPMD/Rule/CleanCode | |||
BooleanArgumentFlag.php | 100.00% :arrow_up_small: | 100.00% :arrow_up_small: | 100.00% :stop_button: |
DuplicatedArrayKey.php | 94.12% :arrow_up_small: | 75.00% :arrow_up_small: | 100.00% :stop_button: |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 92.86% :arrow_down_small: | 80.00% :arrow_down_small: | 100.00% :stop_button: |
src/main/php/PHPMD/TextUI | |||
CommandLineOptions.php | 90.91% :arrow_up_small: | 75.00% :arrow_down_small: | 100.00% :stop_button: |
clover file to comment - only with percentage change and with some cover
Coverage report for commit: f2d7d4f
File: nolines.xml
Cover ┌─────────────────────────┐ Freq.
0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
100% │ ███████████████████████ │ 100.0%
└─────────────────────────┘
*Legend:* █ = Current Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
No files reported or matching filters |
clover file to comment - no lines after filter
Coverage report for commit: f2d7d4f
File: clover.onepackage.xml
Cover ┌─────────────────────────┐ Freq.
0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ ██████████░░░░░░░░░░░░░ │ 16.7%
90% │ ███████████████████████ │ 41.7%
100% │ ███████████████████████ │ 41.7%
└─────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% :arrow_up_small: | 72.22% :stop_button: | 100.00% :stop_button: |
AbstractRenderer.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
AbstractRule.php | 85.11% :new: | 72.00% :new: | 100.00% :new: |
AbstractWriter.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
PHPMD.php | 85.29% :new: | 75.00% :new: | 100.00% :new: |
Parser.php | 75.00% :new: | 81.25% :new: | 100.00% :new: |
ParserFactory.php | 91.67% :new: | 71.43% :new: | 100.00% :new: |
ProcessingError.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
Report.php | 100.00% :new: | 100.00% :new: | 100.00% :new: |
RuleSet.php | 89.47% :new: | 71.43% :new: | 100.00% :new: |
RuleSetFactory.php | 96.55% :new: | 86.36% :new: | 100.00% :new: |
RuleViolation.php | 77.42% :new: | 41.67% :new: | 100.00% :new: |
clover file to comment - only one package
Coverage report for commit: f2d7d4f
File: clover.example.base.xml
Cover ┌─────────────────────────────────────────────────────────────────────────────┐ Freq.
0% │ ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 7.9%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 1.0%
60% │ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
70% │ ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 2.0%
80% │ ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 3.0%
90% │ ██████████████▒▒░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ │ 13.9%
100% │ ████████████████████████████████████████████████████████████████████████▒▒▒ │ 72.3%
└─────────────────────────────────────────────────────────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Files | Lines | Methods | Branches |
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 87.76% | 72.22% | 100.00% |
AbstractRenderer.php | 100.00% | 100.00% | 100.00% |
AbstractRule.php | 80.00% | 72.00% | 100.00% |
PHPMD.php | 90.32% | 75.00% | 100.00% |
Parser.php | 89.19% | 92.86% | 100.00% |
ParserFactory.php | 90.63% | 71.43% | 100.00% |
ProcessingError.php | 100.00% | 100.00% | 100.00% |
Report.php | 100.00% | 100.00% | 100.00% |
RuleSet.php | 87.10% | 71.43% | 100.00% |
RuleSetFactory.php | 96.32% | 86.36% | 100.00% |
RuleViolation.php | 73.33% | 33.33% | 100.00% |
src/main/php/PHPMD/Baseline | |||
BaselineFileFinder.php | 100.00% | 100.00% | 100.00% |
BaselineSet.php | 100.00% | 100.00% | 100.00% |
BaselineSetFactory.php | 100.00% | 100.00% | 100.00% |
BaselineValidator.php | 100.00% | 100.00% | 100.00% |
ViolationBaseline.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Exception | |||
RuleClassFileNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleClassNotFoundException.php | 100.00% | 100.00% | 100.00% |
RuleSetNotFoundException.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Node | |||
ASTNode.php | 100.00% | 100.00% | 100.00% |
AbstractCallableNode.php | 100.00% | 100.00% | 100.00% |
AbstractNode.php | 100.00% | 100.00% | 100.00% |
AbstractTypeNode.php | 100.00% | 100.00% | 100.00% |
Annotation.php | 100.00% | 100.00% | 100.00% |
Annotations.php | 100.00% | 100.00% | 100.00% |
ClassNode.php | 100.00% | 100.00% | 100.00% |
FunctionNode.php | 50.00% | 50.00% | 100.00% |
InterfaceNode.php | 100.00% | 100.00% | 100.00% |
MethodNode.php | 100.00% | 100.00% | 100.00% |
TraitNode.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Renderer | |||
BaselineRenderer.php | 100.00% | 100.00% | 100.00% |
GitHubRenderer.php | 100.00% | 100.00% | 100.00% |
HTMLRenderer.php | 85.71% | 63.64% | 100.00% |
JSONRenderer.php | 100.00% | 100.00% | 100.00% |
RendererFactory.php | 100.00% | 100.00% | 100.00% |
SARIFRenderer.php | 98.36% | 80.00% | 100.00% |
TextRenderer.php | 100.00% | 100.00% | 100.00% |
XMLRenderer.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule | |||
AbstractLocalVariable.php | 87.32% | 69.23% | 100.00% |
CyclomaticComplexity.php | 100.00% | 100.00% | 100.00% |
ExcessivePublicCount.php | 100.00% | 100.00% | 100.00% |
UnusedFormalParameter.php | 100.00% | 100.00% | 100.00% |
UnusedLocalVariable.php | 96.92% | 84.62% | 100.00% |
UnusedPrivateField.php | 97.67% | 88.89% | 100.00% |
UnusedPrivateMethod.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/CleanCode | |||
DuplicatedArrayKey.php | 84.38% | 50.00% | 100.00% |
ElseExpression.php | 90.00% | 66.67% | 100.00% |
ErrorControlOperator.php | 100.00% | 100.00% | 100.00% |
IfStatementAssignment.php | 95.00% | 80.00% | 100.00% |
MissingImport.php | 93.75% | 66.67% | 100.00% |
StaticAccess.php | 100.00% | 100.00% | 100.00% |
UndefinedVariable.php | 91.30% | 64.29% | 100.00% |
src/main/php/PHPMD/Rule/Controversial | |||
CamelCaseMethodName.php | 100.00% | 100.00% | 100.00% |
CamelCaseParameterName.php | 100.00% | 100.00% | 100.00% |
CamelCasePropertyName.php | 100.00% | 100.00% | 100.00% |
CamelCaseVariableName.php | 93.75% | 50.00% | 100.00% |
src/main/php/PHPMD/Rule/Design | |||
CountInLoopExpression.php | 93.33% | 80.00% | 100.00% |
CouplingBetweenObjects.php | 100.00% | 100.00% | 100.00% |
DepthOfInheritance.php | 92.86% | - | 100.00% |
DevelopmentCodeFragment.php | 100.00% | 100.00% | 100.00% |
EmptyCatchBlock.php | 100.00% | 100.00% | 100.00% |
EvalExpression.php | 100.00% | 100.00% | 100.00% |
ExitExpression.php | 100.00% | 100.00% | 100.00% |
GotoStatement.php | 100.00% | 100.00% | 100.00% |
LongClass.php | 100.00% | 100.00% | 100.00% |
LongMethod.php | 100.00% | 100.00% | 100.00% |
LongParameterList.php | 100.00% | 100.00% | 100.00% |
NpathComplexity.php | 100.00% | 100.00% | 100.00% |
NumberOfChildren.php | 100.00% | 100.00% | 100.00% |
TooManyFields.php | 100.00% | 100.00% | 100.00% |
TooManyMethods.php | 100.00% | 100.00% | 100.00% |
TooManyPublicMethods.php | 100.00% | 100.00% | 100.00% |
WeightedMethodCount.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Rule/Naming | |||
BooleanGetMethodName.php | 100.00% | 100.00% | 100.00% |
ConstantNamingConventions.php | 100.00% | 100.00% | 100.00% |
ConstructorWithNameAsEnclosingClass.php | 88.89% | - | 100.00% |
LongClassName.php | 100.00% | 100.00% | 100.00% |
LongVariable.php | 100.00% | 100.00% | 100.00% |
ShortClassName.php | 100.00% | 100.00% | 100.00% |
ShortMethodName.php | 100.00% | 100.00% | 100.00% |
ShortVariable.php | 96.92% | 92.31% | 100.00% |
src/main/php/PHPMD/TextUI | |||
Command.php | 100.00% | 100.00% | 100.00% |
CommandLineOptions.php | 71.43% | 77.42% | 100.00% |
src/main/php/PHPMD/Utility | |||
Paths.php | 100.00% | 100.00% | 100.00% |
Strings.php | 100.00% | 100.00% | 100.00% |
src/main/php/PHPMD/Writer | |||
StreamWriter.php | 80.00% | 75.00% | 100.00% |
summary example
Coverage report for commit: f2d7d4f
File: clover.onepackage.xml
Cover ┌─────────────────────────┐ Freq.
0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │ 0.0%
80% │ ██████████░░░░░░░░░░░░░ │ 16.7%
90% │ ███████████████████████ │ 41.7%
100% │ ███████████████████████ │ 41.7%
└─────────────────────────┘
*Legend:* █ = Current Distribution / ▒ = Previous Distribution
Files | Lines | Methods | false|
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% :arrow_up_small: | 72.22% :stop_button: | |
AbstractRenderer.php | 100.00% :new: | 100.00% :new: | |
AbstractRule.php | 85.11% :new: | 72.00% :new: | |
AbstractWriter.php | 100.00% :new: | 100.00% :new: | |
PHPMD.php | 85.29% :new: | 75.00% :new: | |
Parser.php | 75.00% :new: | 81.25% :new: | |
ParserFactory.php | 91.67% :new: | 71.43% :new: | |
ProcessingError.php | 100.00% :new: | 100.00% :new: | |
Report.php | 100.00% :new: | 100.00% :new: | |
RuleSet.php | 89.47% :new: | 71.43% :new: | |
RuleSetFactory.php | 96.55% :new: | 86.36% :new: | |
RuleViolation.php | 77.42% :new: | 41.67% :new: |
clover file to comment - hide branches column
Coverage report for commit: f2d7d4f
File: clover.onepackage.xml
Files | Lines | Methods | false|
---|---|---|---|
src/main/php/PHPMD | |||
AbstractNode.php | 88.24% | 72.22% | |
AbstractRenderer.php | 100.00% | 100.00% | |
AbstractRule.php | 85.11% | 72.00% | |
AbstractWriter.php | 100.00% | 100.00% | |
PHPMD.php | 85.29% | 75.00% | |
Parser.php | 75.00% | 81.25% | |
ParserFactory.php | 91.67% | 71.43% | |
ProcessingError.php | 100.00% | 100.00% | |
Report.php | 100.00% | 100.00% | |
RuleSet.php | 89.47% | 71.43% | |
RuleSetFactory.php | 96.55% | 86.36% | |
RuleViolation.php | 77.42% | 41.67% |
comment using a pat
This a example of how the comments would look like