@@ -639,7 +639,7 @@ Covers:
639639Needs: dsn
640640
641641### Reports
642- Reports are the main way to find out if a projects requirements are covered properly.
642+ Reports are the main way to find out if a project's requirements are covered properly.
643643
644644#### Common Report Functions
645645
@@ -666,16 +666,16 @@ Needs: dsn
666666The plain text report is the most basic report variant. It serves two main purposes:
667667
6686681 . Input in build chains
669- 2 . Minimal requirement coverage view with the least dependencies . Any text terminal can display the plain text report.
669+ 2 . Minimal requirement coverage view with the least dependency . Any text terminal can display the plain text report.
670670
671671##### Plain Text Report Summary
672- ` req~reporting.plain-text.summary~2 `
672+ ` req~reporting.plain-text.summary~3 `
673673
674- The summary in the plain text report includes:
674+ The summary in the plain- text report includes:
675675
676676* Result status
677677* Total number of specification items
678- * Total number of defect specification items (if any)
678+ * Total number of direct and transitive defect specification items (if any)
679679
680680Covers:
681681
@@ -686,7 +686,7 @@ Needs: dsn
686686##### Plain Text Report Specification Item Overview
687687` req~reporting.plain-text.specification-item-overview~2 `
688688
689- An item summary consist in the plain text report includes
689+ An item summary in the plain- text report includes
690690
691691 1 . Status
692692 2 . Number of broken incoming links
@@ -761,16 +761,6 @@ Covers:
761761
762762Needs: dsn
763763
764- ##### Plain Text Report Summary Line
765- ` req~reporting.plain-text.summary-line~1 `
766-
767- The plain text report summary line distinguishes between direct and transitive defects.
768-
769- Covers:
770-
771- * [ feat~ plain-text-report~ 1] ( #plain-text-report )
772-
773- Needs: dsn
774764
775765#### HTML Report
776766
@@ -830,10 +820,15 @@ Covers:
830820
831821Needs: dsn
832822
833- ##### HTML Report Summary Line
834- ` req~reporting.html.summary-line~1 `
823+ ##### HTML Report Summary
824+ ` req~reporting.html.summary~2 `
825+
826+ The summary in the HTML report includes:
835827
836- The HTML report summary line distinguishes between direct and transitive defects.
828+ * Result status
829+ * Total number of specification items
830+ * Completion status as a progress bar
831+ * Total number of direct and transitive defect specification items (if any)
837832
838833Rationale:
839834
0 commit comments