Return the maximal lines Span that this match query regions covers.
(self)
| 551 | return self.qspan.magnitude() |
| 552 | |
| 553 | def qregion_lines(self): |
| 554 | """ |
| 555 | Return the maximal lines Span that this match query regions covers. |
| 556 | """ |
| 557 | return Span(self.start_line, self.end_line) |
| 558 | |
| 559 | def qregion_lines_len(self): |
| 560 | """ |
no test coverage detected