Skip to content

Commit 2211dc9

Browse files
committed
added clarification
1 parent cacdfb9 commit 2211dc9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/main/resources/wfc/schemas/report.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ $def:
162162
type: object
163163
properties:
164164
total_number:
165-
description: "The total number of potential faults identified in the generated test suites."
165+
description: "The total number of potential faults identified in the generated test suites. \
166+
Each fault is uniquely identified with its 'code' category and 'context'. \
167+
Note that different tests can detect the same fault, and a test case can detect several different faults."
166168
type: integer
167169
minimum: 0
168170
found_faults:

0 commit comments

Comments
 (0)