* @returns the 0-based line number (in the whole diff) of the last line contained in the hunk. */
| 51 | * @returns the 0-based line number (in the whole diff) of the last line contained in the hunk. |
| 52 | */ |
| 53 | uint lastLineIdx() const { return headingLineIdx + lines.size(); } |
| 54 | |
| 55 | /** |
| 56 | * @param lineIdx the 0-based line number of the tested line in the whole diff |
no test coverage detected