• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pmd / pmd / 4365

25 Jan 2025 04:51PM UTC coverage: 77.66% (-0.01%) from 77.673%
4365

push

github

web-flow
Bump scalameta.version from 4.9.1 to 4.12.7 (#5480)

17306 of 23228 branches covered (74.5%)

Branch coverage included in aggregate %.

12 of 16 new or added lines in 6 files covered. (75.0%)

10 existing lines in 3 files now uncovered.

38091 of 48105 relevant lines covered (79.18%)

0.8 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pmd-scala-modules/pmd-scala-common/src/main/java/net/sourceforge/pmd/lang/scala/ast/ASTSelf.java
1
/*
2
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3
 */
4

5
package net.sourceforge.pmd.lang.scala.ast;
6

7
import scala.meta.Self;
8

9
/**
10
 * The ASTSelf node implementation.
11
 */
12
public final class ASTSelf extends AbstractScalaNode<Self> {
13

14
    ASTSelf(Self scalaNode) {
UNCOV
15
        super(scalaNode);
×
UNCOV
16
    }
×
17

18
    @Override
19
    protected <P, R> R acceptVisitor(ScalaVisitor<? super P, ? extends R> visitor, P data) {
UNCOV
20
        return visitor.visit(this, data);
×
21
    }
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc