(line)
| 6337 | } |
| 6338 | function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); } |
| 6339 | function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); } |
| 6340 | |
| 6341 | // Test whether there exists a collapsed span that partially |
| 6342 | // overlaps (covers the start or end, but not both) of a new span. |
no test coverage detected