OpenCoverageCoreutils

Coreutils patch #34 - Test report of the modifications

Overview

Test Execution StatusStatistics
Passed
  0.000% (0/108)
Failed
  0.000% (0/108)
Requires Manual Checking
  0.000% (0/108)
Unknown
  0.926% (1/108)
All
  0.926% (1/108)
CategoryRemoved LinesInserted LinesTotal
Modified lines executed:
100.000% (1/1)
100.000% (1/1)
100.000% (2/2)
Modified lines not executed:
  0.000% (0/1)
  0.000% (0/1)
  0.000% (0/2)
Source code lines not covered:
  0.000% (0/1)
  0.000% (0/1)
  0.000% (0/2)

List of tests executing the changes

Execution NameState
ptxUnknown

Patch File

Showing: 

Modified File: src/ptx.c

LineTestsDifference Output
diff --git a/src/ptx.c b/src/ptx.c
index 58e6c57c8..02bf8ebb0 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -1194,7 +1194,7 @@ print_field (BLOCK field)
1194 static void
1195 fix_output_parameters (void)
1196 {
1197
1
Executed by:
  • ptx
- int file_index; /* index in text input file arrays */
1197
1
Executed by:
  • ptx
+ size_t file_index; /* index in text input file arrays */
1198 intmax_t line_ordinal; /* line ordinal value for reference */
1199 ptrdiff_t reference_width; /* width for the whole reference */
1200 int character; /* character ordinal */

Generated by Squish Coco 4.1.2