()
| 124 | |
| 125 | table_open() { return "\n\n<table>" }, |
| 126 | table_close() { return "\n\n</table>" }, |
| 127 | tbody_open() { return "" }, |
| 128 | tbody_close() { return "" }, |
| 129 | tr_open() { return "\n\n<tr>" }, |
nothing calls this directly
no outgoing calls
no test coverage detected