()
| 128 | tbody_close() { return "" }, |
| 129 | tr_open() { return "\n\n<tr>" }, |
| 130 | tr_close() { return "\n\n</tr>" }, |
| 131 | td_open() { return "<td>" }, |
| 132 | td_close() { return "</td>" }, |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected