(line)
| 6538 | return found; |
| 6539 | } |
| 6540 | function collapsedSpanAtStart(line) { return collapsedSpanAtSide(line, true); } |
| 6541 | function collapsedSpanAtEnd(line) { return collapsedSpanAtSide(line, false); } |
| 6542 | |
| 6543 | // Test whether there exists a collapsed span that partially |
no test coverage detected