| Test Execution Status | Statistics |
|---|---|
| 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) |
| Category | Removed Lines | Inserted Lines | Total |
|---|---|---|---|
| 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) |
| Execution Name | State |
|---|---|
| ptx | Unknown |
| Line | Tests | Difference 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:
| - int file_index; /* index in text input file arrays */ |
| 1197 | 1 Executed by:
| + 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 */ |