OpenClover
Help
Coverage Report
Project overview
Packages
No results found.
Project Clover database Thu Dec 4 2025 16:11:35 GMT
Package jalview.ws.api
File CancellableI.java
Code metrics
Branches:
0
Statements:
0
Methods:
0
Classes:
1
LOC:
8
NCLOC:
6
Total complexity:
0
Complexity density:
-
Statements/Method:
-
Methods/Class:
0
Average method complexity:
-
Branches:
0
Statements:
0
Methods:
0
Classes:
1
LOC:
8
NCLOC:
6
Total complexity:
0
Complexity density:
-
Statements/Method:
-
Methods/Class:
0
Average method complexity:
-
Classes
Class
Line #
Total Statements
Complexity
TOTAL Coverage
Actions
CancellableI
5
0
0
-1.0
-
Show methods
Class CancellableI
Class
CancellableI
Line #
5
Total Statements
0
Complexity
0
TOTAL Coverage
-1.0
-
Contributing tests
No tests hitting this source file were found.
Source view
Collapse all methods
Show legend
1
package
jalview.
ws
.
api
;
2
3
import
jalview.
ws
.
gui
.
WsJob
;
4
-
Uncovered Elements: 0 (0)
Complexity: 0
Complexity Density: -
5
public
interface
CancellableI
6
{
7
public
boolean
cancel(
WsJob
job);
8
}