()
| 135 | table_open() { return `\n\n\\noindent\\begin{tabular}{ll}` }, |
| 136 | table_close() { return `\n\\end{tabular}` }, |
| 137 | tbody_open() { return "" }, |
| 138 | tbody_close() { return "" }, |
| 139 | tr_open() { return "" }, |
| 140 | tr_close() { return "\n\\tabularnewline" }, |
nothing calls this directly
no outgoing calls
no test coverage detected