(line)
| 6564 | } |
| 6565 | function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); } |
| 6566 | function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); } |
| 6567 | |
| 6568 | // Test whether there exists a collapsed span that partially |
| 6569 | // overlaps (covers the start or end, but not both) of a new span. |
no test coverage detected