(line)
| 6563 | return found; |
| 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 |
no test coverage detected