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

Camelcade / Perl5-IDEA / #525521821

13 Apr 2026 09:22AM UTC coverage: 76.237% (+0.05%) from 76.189%
#525521821

push

github

hurricup
[qodana] Dropped unused interface IPerlParsableStringWrapper

14773 of 22542 branches covered (65.54%)

Branch coverage included in aggregate %.

31109 of 37641 relevant lines covered (82.65%)

0.83 hits per line

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

80.0
/plugin/backend/src/main/java/com/perl5/lang/perl/idea/sdk/host/os/PerlUnixHandler.java
1
/*
2
 * Copyright 2015-2026 Alexandr Evstigneev
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 * you may not use this file except in compliance with the License.
6
 * You may obtain a copy of the License at
7
 *
8
 * http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS,
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
15
 */
16

17
package com.perl5.lang.perl.idea.sdk.host.os;
18

19
import org.jetbrains.annotations.NotNull;
20
import org.jetbrains.annotations.Nullable;
21

22
import javax.swing.*;
23

24
class PerlUnixHandler extends PerlOsHandler {
25
  public PerlUnixHandler(@NotNull String name, @Nullable Icon icon) {
26
    super(name, icon);
1✔
27
  }
1✔
28

29
  @Override
30
  public @NotNull String getPerlExecutableName() {
31
    return "perl";
×
32
  }
33

34
  @Override
35
  public final boolean isMsWindows() {
36
    return false;
1✔
37
  }
38

39
  @Override
40
  public @NotNull String getXSBinaryExtension() {
41
    return "so";
1✔
42
  }
43
}
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