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