(line)
| 5330 | } |
| 5331 | function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); } |
| 5332 | function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); } |
| 5333 | |
| 5334 | // Test whether there exists a collapsed span that partially |
| 5335 | // overlaps (covers the start or end, but not both) of a new span. |
no test coverage detected