• 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

66.67
/pmd-scala-modules/pmd-scala-common/src/main/java/net/sourceforge/pmd/lang/scala/ast/ASTPkgBody.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.Pkg;
8

9
/**
10
 * The ASTPkgBody node implementation.
11
 * @since 7.10.0
12
 */
13
public final class ASTPkgBody extends AbstractScalaNode<Pkg.Body> {
14

15
    ASTPkgBody(Pkg.Body scalaNode) {
16
        super(scalaNode);
2✔
17
    }
2✔
18

19
    @Override
20
    protected <P, R> R acceptVisitor(ScalaVisitor<? super P, ? extends R> visitor, P data) {
NEW
21
        return visitor.visit(this, data);
×
22
    }
23
}
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