verilog-parser
verilog-parser copied to clipboard
Improve Coverage
This is very much a todo item. As of commit 72498fe code coverage for the current test suite is hovering just above 50%. This needs to be 95% at least.
Todo:
- List which parts of the parser and AST constructor are not being hit.
- Write tests for those parts.
Getting there, now upto 56% on coveralls, despite what the badge says.
57%!
Coverage now at 64% now the SPARC tests are included.