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

jiangxincode / ApkToolBoxGUI / #1111

26 Jul 2025 06:59AM UTC coverage: 3.08% (-0.005%) from 3.085%
#1111

push

jiangxincode
fix #542: support different kinds of zip structure

0 of 21 new or added lines in 7 files covered. (0.0%)

1 existing line in 1 file now uncovered.

236 of 7663 relevant lines covered (3.08%)

0.03 hits per line

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

0.0
/src/main/java/edu/jiangxin/apktoolbox/swing/extend/plugin/IPlugin.java
1
package edu.jiangxin.apktoolbox.swing.extend.plugin;
2

3
public interface IPlugin {
4

5
    void preparePlugin(IPreparePluginCallback callBack);
6

7
    String getPluginFilename();
8

9
    default boolean isPluginNeedUnzip() {
NEW
10
        return false;
×
11
    }
12

13
    String getPluginStartupCmd();
14

15
    default boolean isPluginNeedUnzipToSeparateDir() {
NEW
16
        return false;
×
17
    }
18
}
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