Skip to content

Commit aca5383

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update some qldocs
1 parent 8b18df0 commit aca5383

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

java/ql/src/Metrics/Summaries/GeneratedVsManualCoverageQuery.qll

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ private int getNumApis(string package, string apiSubset) {
4242
)
4343
}
4444

45-
/** TODO */
45+
/** Holds if the given `callable` belongs to the specified `apiSubset`. */
4646
private predicate callableSubset(Callable callable, string apiSubset) {
4747
apiSubset in ["topJdkApis", "allApis"] and
4848
(
@@ -52,7 +52,10 @@ private predicate callableSubset(Callable callable, string apiSubset) {
5252
)
5353
}
5454

55-
/** TODO */
55+
/**
56+
* Provides MaD summary model coverage information for the given `package`
57+
* on the given `apiSubset`.
58+
*/
5659
predicate modelCoverageGenVsMan(
5760
string package, int generatedOnly, int both, int manualOnly, int non, int all, float coverage,
5861
float generatedCoverage, float manualCoverage, float manualCoveredByGenerated,

0 commit comments

Comments
 (0)